#27DAC8

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

Shades of Turquoise #27DAC8

Tints of Turquoise #27DAC8

Color information

#27DAC8 (or 0x27DAC8) is unknown color: approx Turquoise. HEX triplet: 27, DA and C8. RGB value is (39,218,200). Sum of RGB (Red+Green+Blue) = 39+218+200=457 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.53% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #27DAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DAC8 is #D82537. Grayscale: #A2A2A2. Windows color (decimal): -14165304 or 13163047. OLE color: 13163047.

HSL color Cylindrical-coordinate representation of color #27DAC8: hue angle of 173.97º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DAC8 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB39218200-
CMYK0.8200.080.15
HSL173.97º70.75%50.39%-
HSV(B)173.97º82.11%85.49%-
XYZ36.3354.7463.3-
YUV162.43149.239.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.53%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=8.53%
G=47.70%
B=43.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal392182000.8200.080.15173.9770.7550.39
Hex27DAC85208Fae4732
Octal473323101220101725610762
Binary10011111011010110010001010010010001111101011101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,218,200); }

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

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

 a { background-color: rgb(39,218,200); }

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

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

 span { border-color: rgb(39,218,200); }

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