#27D1CA

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

Shades of Turquoise #27D1CA

Tints of Turquoise #27D1CA

Color information

#27D1CA (or 0x27D1CA) is unknown color: approx Turquoise. HEX triplet: 27, D1 and CA. RGB value is (39,209,202). Sum of RGB (Red+Green+Blue) = 39+209+202=450 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.67% from 450); Green value is 209 (82.03% from 255 or 46.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 209 - color contains mainly: green. Hex color #27D1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D1CA is #D82E35. Grayscale: #9D9D9D. Windows color (decimal): -14167606 or 13291815. OLE color: 13291815.

HSL color Cylindrical-coordinate representation of color #27D1CA: hue angle of 177.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D1CA is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB39209202-
CMYK0.8100.030.18
HSL177.53º68.55%48.63%-
HSV(B)177.53º81.34%81.96%-
XYZ34.350.363.78-
YUV157.37153.1843.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.67%
GREEN value IS 209 (82.03% from 255) = 46.44%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=8.67%
G=46.44%
B=44.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal392092020.8100.030.18177.5368.5548.63
Hex27D1CA510312b24531
Octal47321312121032226210561
Binary1001111101000111001010101000101110010101100101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,209,202); }

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

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

 a { background-color: rgb(39,209,202); }

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

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

 span { border-color: rgb(39,209,202); }

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