#27DCDE

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

Shades of Turquoise #27DCDE

Tints of Turquoise #27DCDE

Color information

#27DCDE (or 0x27DCDE) is unknown color: approx Turquoise. HEX triplet: 27, DC and DE. RGB value is (39,220,222). Sum of RGB (Red+Green+Blue) = 39+220+222=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #27DCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DCDE is #D82321. Grayscale: #A5A5A5. Windows color (decimal): -14164770 or 14605351. OLE color: 14605351.

HSL color Cylindrical-coordinate representation of color #27DCDE: hue angle of 180.66º 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 #27DCDE is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB39220222-
CMYK0.820.0100.13
HSL180.66º73.49%51.18%-
HSV(B)180.66º82.43%87.06%-
XYZ39.6156.8978-
YUV166.11159.5337.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.11%
GREEN value IS 220 (86.33% from 255) = 45.74%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=8.11%
G=45.74%
B=46.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal392202220.820.0100.13180.6673.4951.18
Hex27DCDE5210Db54933
Octal47334336122101526511163
Binary10011111011100110111101010010101101101101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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