Shades of Turquoise #27CCD0
Tints of Turquoise #27CCD0
RGB
CMYK
RGB Variations
Color information
#27CCD0 (or 0x27CCD0) is known color: Turquoise. HEX triplet: 27, CC and D0. RGB value is (39,204,208). Sum of RGB (Red+Green+Blue) = 39+204+208=451 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.65% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #27CCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCD0 is #D8332F. Grayscale: #9A9A9A. Windows color (decimal): -14168880 or 13683751. OLE color: 13683751.
HSL color Cylindrical-coordinate representation of color #27CCD0: hue angle of 181.42º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CCD0 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 204 | 208 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.18 |
| HSL | 181.42º | 0.68% | 0.48% | - |
| HSV(B) | 181.42º | 0.81% | 0.82% | - |
| XYZ | 33.81 | 48.17 | 67.19 | - |
| YUV | 155.12 | 157.84 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 208 | 0.81 | 0.02 | 0 | 0.18 | 181.42 | 0.68 | 0.48 |
| Hex | 27 | CC | D0 | 51 | 2 | 0 | 12 | B5 | 44 | 30 |
| Octal | 47 | 314 | 320 | 121 | 2 | 0 | 22 | 265 | 104 | 60 |
| Binary | 100111 | 11001100 | 11010000 | 1010001 | 10 | 0 | 10010 | 10110101 | 1000100 | 110000 |
Color Harmonies of #27CCD0
Complementary color
Monochromatic Colors of #27CCD0
Black with #27CCD0
Text Example
Text Example
White with #27CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCD0; }
p { color: rgb(39,204,208); }
H1.HeaderClassName
{
color: #27CCD0;
}
.AnyTagClassName
{
color: #27CCD0;
}
</style>
background-color css
<style>
a { background-color: #27CCD0; }
a { background-color: rgb(39,204,208); }
div.DivClassName
{
background-color: #27CCD0;
}
.BgClassName
{
background-color: #27CCD0;
}
</style>
border-color css
<style>
span { border-color: #27CCD0; }
span { border-color: rgb(39,204,208); }
td.TdClassName
{
border-color: #27CCD0;
}
.TagClassName
{
border-color: #27CCD0;
}
</style>