Shades of Turquoise #27D2CB
Tints of Turquoise #27D2CB
RGB
CMYK
RGB Variations
Color information
#27D2CB (or 0x27D2CB) is known color: Turquoise. HEX triplet: 27, D2 and CB. RGB value is (39,210,203). Sum of RGB (Red+Green+Blue) = 39+210+203=452 (59% of max value = 765). Red value is 39 (15.62% from 255 or 8.63% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #27D2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D2CB is #D82D34. Grayscale: #9D9D9D. Windows color (decimal): -14167349 or 13357607. OLE color: 13357607.
HSL color Cylindrical-coordinate representation of color #27D2CB: hue angle of 177.54º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D2CB is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 203 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.18 |
| HSL | 177.54º | 0.69% | 0.49% | - |
| HSV(B) | 177.54º | 0.81% | 0.82% | - |
| XYZ | 34.66 | 50.84 | 64.49 | - |
| YUV | 158.07 | 153.35 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 203 | 0.81 | 0 | 0.03 | 0.18 | 177.54 | 0.69 | 0.49 |
| Hex | 27 | D2 | CB | 51 | 0 | 3 | 12 | B2 | 45 | 31 |
| Octal | 47 | 322 | 313 | 121 | 0 | 3 | 22 | 262 | 105 | 61 |
| Binary | 100111 | 11010010 | 11001011 | 1010001 | 0 | 11 | 10010 | 10110010 | 1000101 | 110001 |
Color Harmonies of #27D2CB
Complementary color
Monochromatic Colors of #27D2CB
Black with #27D2CB
Text Example
Text Example
White with #27D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D2CB; }
p { color: rgb(39,210,203); }
H1.HeaderClassName
{
color: #27D2CB;
}
.AnyTagClassName
{
color: #27D2CB;
}
</style>
background-color css
<style>
a { background-color: #27D2CB; }
a { background-color: rgb(39,210,203); }
div.DivClassName
{
background-color: #27D2CB;
}
.BgClassName
{
background-color: #27D2CB;
}
</style>
border-color css
<style>
span { border-color: #27D2CB; }
span { border-color: rgb(39,210,203); }
td.TdClassName
{
border-color: #27D2CB;
}
.TagClassName
{
border-color: #27D2CB;
}
</style>