#27D9DE

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

Shades of Turquoise #27D9DE

Tints of Turquoise #27D9DE

Color information

#27D9DE (or 0x27D9DE) is unknown color: approx Turquoise. HEX triplet: 27, D9 and DE. RGB value is (39,217,222). Sum of RGB (Red+Green+Blue) = 39+217+222=478 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.16% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #27D9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D9DE is #D82621. Grayscale: #A4A4A4. Windows color (decimal): -14165538 or 14604583. OLE color: 14604583.

HSL color Cylindrical-coordinate representation of color #27D9DE: hue angle of 181.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9DE is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB39217222-
CMYK0.820.0200.13
HSL181.64º73.49%51.18%-
HSV(B)181.64º82.43%87.06%-
XYZ38.8355.3377.74-
YUV164.35160.5338.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.16%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=8.16%
G=45.40%
B=46.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal392172220.820.0200.13181.6473.4951.18
Hex27D9DE5220Db64933
Octal47331336122201526611163
Binary100111110110011101111010100101001101101101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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