Shades of Turquoise #27D2CC
Tints of Turquoise #27D2CC
RGB
CMYK
RGB Variations
Color information
#27D2CC (or 0x27D2CC) is known color: Turquoise. HEX triplet: 27, D2 and CC. RGB value is (39,210,204). Sum of RGB (Red+Green+Blue) = 39+210+204=453 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.61% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 210 - color contains mainly: green. Hex color #27D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D2CC is #D82D33. Grayscale: #9E9E9E. Windows color (decimal): -14167348 or 13423143. OLE color: 13423143.
HSL color Cylindrical-coordinate representation of color #27D2CC: hue angle of 177.89º 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 #27D2CC is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 204 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.18 |
| HSL | 177.89º | 0.69% | 0.49% | - |
| HSV(B) | 177.89º | 0.81% | 0.82% | - |
| XYZ | 34.78 | 50.88 | 65.12 | - |
| YUV | 158.19 | 153.85 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 204 | 0.81 | 0 | 0.03 | 0.18 | 177.89 | 0.69 | 0.49 |
| Hex | 27 | D2 | CC | 51 | 0 | 3 | 12 | B2 | 45 | 31 |
| Octal | 47 | 322 | 314 | 121 | 0 | 3 | 22 | 262 | 105 | 61 |
| Binary | 100111 | 11010010 | 11001100 | 1010001 | 0 | 11 | 10010 | 10110010 | 1000101 | 110001 |
Color Harmonies of #27D2CC
Complementary color
Monochromatic Colors of #27D2CC
Black with #27D2CC
Text Example
Text Example
White with #27D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D2CC; }
p { color: rgb(39,210,204); }
H1.HeaderClassName
{
color: #27D2CC;
}
.AnyTagClassName
{
color: #27D2CC;
}
</style>
background-color css
<style>
a { background-color: #27D2CC; }
a { background-color: rgb(39,210,204); }
div.DivClassName
{
background-color: #27D2CC;
}
.BgClassName
{
background-color: #27D2CC;
}
</style>
border-color css
<style>
span { border-color: #27D2CC; }
span { border-color: rgb(39,210,204); }
td.TdClassName
{
border-color: #27D2CC;
}
.TagClassName
{
border-color: #27D2CC;
}
</style>