Shades of Turquoise #27D7CB
Tints of Turquoise #27D7CB
RGB
CMYK
RGB Variations
Color information
#27D7CB (or 0x27D7CB) is known color: Turquoise. HEX triplet: 27, D7 and CB. RGB value is (39,215,203). Sum of RGB (Red+Green+Blue) = 39+215+203=457 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.53% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #27D7CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D7CB is #D82834. Grayscale: #A0A0A0. Windows color (decimal): -14166069 or 13358887. OLE color: 13358887.
HSL color Cylindrical-coordinate representation of color #27D7CB: hue angle of 175.91º 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 #27D7CB is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 215 | 203 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.16 |
| HSL | 175.91º | 0.69% | 0.5% | - |
| HSV(B) | 175.91º | 0.82% | 0.84% | - |
| XYZ | 35.92 | 53.34 | 64.9 | - |
| YUV | 161.01 | 151.69 | 40.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 215 | 203 | 0.82 | 0 | 0.06 | 0.16 | 175.91 | 0.69 | 0.5 |
| Hex | 27 | D7 | CB | 52 | 0 | 6 | 10 | B0 | 45 | 32 |
| Octal | 47 | 327 | 313 | 122 | 0 | 6 | 20 | 260 | 105 | 62 |
| Binary | 100111 | 11010111 | 11001011 | 1010010 | 0 | 110 | 10000 | 10110000 | 1000101 | 110010 |
Color Harmonies of #27D7CB
Complementary color
Monochromatic Colors of #27D7CB
Black with #27D7CB
Text Example
Text Example
White with #27D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D7CB; }
p { color: rgb(39,215,203); }
H1.HeaderClassName
{
color: #27D7CB;
}
.AnyTagClassName
{
color: #27D7CB;
}
</style>
background-color css
<style>
a { background-color: #27D7CB; }
a { background-color: rgb(39,215,203); }
div.DivClassName
{
background-color: #27D7CB;
}
.BgClassName
{
background-color: #27D7CB;
}
</style>
border-color css
<style>
span { border-color: #27D7CB; }
span { border-color: rgb(39,215,203); }
td.TdClassName
{
border-color: #27D7CB;
}
.TagClassName
{
border-color: #27D7CB;
}
</style>