Shades of Turquoise #27CCD6
Tints of Turquoise #27CCD6
RGB
CMYK
RGB Variations
Color information
#27CCD6 (or 0x27CCD6) is known color: Turquoise. HEX triplet: 27, CC and D6. RGB value is (39,204,214). Sum of RGB (Red+Green+Blue) = 39+204+214=457 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.53% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #27CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCD6 is #D83329. Grayscale: #9B9B9B. Windows color (decimal): -14168874 or 14076967. OLE color: 14076967.
HSL color Cylindrical-coordinate representation of color #27CCD6: hue angle of 183.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CCD6 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 204 | 214 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.16 |
| HSL | 183.43º | 0.69% | 0.5% | - |
| HSV(B) | 183.43º | 0.82% | 0.84% | - |
| XYZ | 34.57 | 48.47 | 71.15 | - |
| YUV | 155.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 214 | 0.82 | 0.05 | 0 | 0.16 | 183.43 | 0.69 | 0.5 |
| Hex | 27 | CC | D6 | 52 | 5 | 0 | 10 | B7 | 45 | 32 |
| Octal | 47 | 314 | 326 | 122 | 5 | 0 | 20 | 267 | 105 | 62 |
| Binary | 100111 | 11001100 | 11010110 | 1010010 | 101 | 0 | 10000 | 10110111 | 1000101 | 110010 |
Color Harmonies of #27CCD6
Complementary color
Monochromatic Colors of #27CCD6
Black with #27CCD6
Text Example
Text Example
White with #27CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCD6; }
p { color: rgb(39,204,214); }
H1.HeaderClassName
{
color: #27CCD6;
}
.AnyTagClassName
{
color: #27CCD6;
}
</style>
background-color css
<style>
a { background-color: #27CCD6; }
a { background-color: rgb(39,204,214); }
div.DivClassName
{
background-color: #27CCD6;
}
.BgClassName
{
background-color: #27CCD6;
}
</style>
border-color css
<style>
span { border-color: #27CCD6; }
span { border-color: rgb(39,204,214); }
td.TdClassName
{
border-color: #27CCD6;
}
.TagClassName
{
border-color: #27CCD6;
}
</style>