Shades of Turquoise #27FFD2
Tints of Turquoise #27FFD2
RGB
CMYK
RGB Variations
Color information
#27FFD2 (or 0x27FFD2) is known color: Turquoise. HEX triplet: 27, FF and D2. RGB value is (39,255,210). Sum of RGB (Red+Green+Blue) = 39+255+210=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #27FFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FFD2 is #D8002D. Grayscale: #B9B9B9. Windows color (decimal): -14155822 or 13827879. OLE color: 13827879.
HSL color Cylindrical-coordinate representation of color #27FFD2: hue angle of 167.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FFD2 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 255 | 210 | - |
| CMYK | 0.85 | 0 | 0.18 | 0 |
| HSL | 167.5º | 1% | 0.58% | - |
| HSV(B) | 167.5º | 0.85% | 1% | - |
| XYZ | 48.23 | 76.6 | 73.22 | - |
| YUV | 185.29 | 141.94 | 23.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 255 | 210 | 0.85 | 0 | 0.18 | 0 | 167.5 | 1 | 0.58 |
| Hex | 27 | FF | D2 | 55 | 0 | 12 | 0 | A8 | 64 | 3A |
| Octal | 47 | 377 | 322 | 125 | 0 | 22 | 0 | 250 | 144 | 72 |
| Binary | 100111 | 11111111 | 11010010 | 1010101 | 0 | 10010 | 0 | 10101000 | 1100100 | 111010 |
Color Harmonies of #27FFD2
Complementary color
Monochromatic Colors of #27FFD2
Black with #27FFD2
Text Example
Text Example
White with #27FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FFD2; }
p { color: rgb(39,255,210); }
H1.HeaderClassName
{
color: #27FFD2;
}
.AnyTagClassName
{
color: #27FFD2;
}
</style>
background-color css
<style>
a { background-color: #27FFD2; }
a { background-color: rgb(39,255,210); }
div.DivClassName
{
background-color: #27FFD2;
}
.BgClassName
{
background-color: #27FFD2;
}
</style>
border-color css
<style>
span { border-color: #27FFD2; }
span { border-color: rgb(39,255,210); }
td.TdClassName
{
border-color: #27FFD2;
}
.TagClassName
{
border-color: #27FFD2;
}
</style>