#27C4CB

Color #27C4CB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #27C4CB

Tints of Medium Turquoise #27C4CB

Color information

#27C4CB (or 0x27C4CB) is unknown color: approx Medium Turquoise. HEX triplet: 27, C4 and CB. RGB value is (39,196,203). Sum of RGB (Red+Green+Blue) = 39+196+203=438 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.90% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #27C4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C4CB is #D83B34. Grayscale: #959595. Windows color (decimal): -14170933 or 13354023. OLE color: 13354023.

HSL color Cylindrical-coordinate representation of color #27C4CB: hue angle of 182.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C4CB is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB39196203-
CMYK0.810.0300.20
HSL182.56º67.77%47.45%-
HSV(B)182.56º80.79%79.61%-
XYZ31.3644.2263.38-
YUV149.85157.9948.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 8.90%
GREEN value IS 196 (76.95% from 255) = 44.75%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=8.90%
G=44.75%
B=46.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal391962030.810.0300.20182.5667.7747.45
Hex27C4CB513014b7442f
Octal47304313121302426710457
Binary1001111100010011001011101000111010100101101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27C4CB; }

 p { color: rgb(39,196,203); }

 H1.HeaderClassName
 {
   color: #27C4CB;
 }
 .AnyTagClassName
 {
   color: #27C4CB;
 }
</style>
background-color css

<style>
 a { background-color: #27C4CB; }

 a { background-color: rgb(39,196,203); }

 div.DivClassName
 {
   background-color: #27C4CB;
 }
 .BgClassName
 {
   background-color: #27C4CB;
 }
</style>
border-color css

<style>
 span { border-color: #27C4CB; }

 span { border-color: rgb(39,196,203); }

 td.TdClassName
 {
   border-color: #27C4CB;
 }
 .TagClassName
 {
   border-color: #27C4CB;
 }
</style>