#27D8DC

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

Shades of Turquoise #27D8DC

Tints of Turquoise #27D8DC

Color information

#27D8DC (or 0x27D8DC) is unknown color: approx Turquoise. HEX triplet: 27, D8 and DC. RGB value is (39,216,220). Sum of RGB (Red+Green+Blue) = 39+216+220=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #27D8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D8DC is #D82723. Grayscale: #A3A3A3. Windows color (decimal): -14165796 or 14473255. OLE color: 14473255.

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

Color convert

RGB39216220-
CMYK0.820.0200.14
HSL181.33º72.11%50.78%-
HSV(B)181.33º82.27%86.27%-
XYZ38.3154.7176.25-
YUV163.53159.8639.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.21%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=8.21%
G=45.47%
B=46.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal392162200.820.0200.14181.3372.1150.78
Hex27D8DC5220Eb54833
Octal47330334122201626511063
Binary100111110110001101110010100101001110101101011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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