#27E9DE

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

Shades of Turquoise #27E9DE

Tints of Turquoise #27E9DE

Color information

#27E9DE (or 0x27E9DE) is unknown color: approx Turquoise. HEX triplet: 27, E9 and DE. RGB value is (39,233,222). Sum of RGB (Red+Green+Blue) = 39+233+222=494 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.89% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #27E9DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27E9DE is #D81621. Grayscale: #ADADAD. Windows color (decimal): -14161442 or 14608679. OLE color: 14608679.

HSL color Cylindrical-coordinate representation of color #27E9DE: hue angle of 176.6º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E9DE is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB39233222-
CMYK0.8300.050.09
HSL176.6º81.51%53.33%-
HSV(B)176.6º83.26%91.37%-
XYZ43.1663.9879.18-
YUV173.74155.2331.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.89%
GREEN value IS 233 (91.41% from 255) = 47.17%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=7.89%
G=47.17%
B=44.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal392332220.8300.050.09176.681.5153.33
Hex27E9DE53059b15235
Octal47351336123051126112265
Binary1001111110100111011110101001101011001101100011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,233,222); }

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

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

 a { background-color: rgb(39,233,222); }

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

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

 span { border-color: rgb(39,233,222); }

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