Shades of Turquoise #27FCD8
Tints of Turquoise #27FCD8
RGB
CMYK
RGB Variations
Color information
#27FCD8 (or 0x27FCD8) is known color: Turquoise. HEX triplet: 27, FC and D8. RGB value is (39,252,216). Sum of RGB (Red+Green+Blue) = 39+252+216=507 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.69% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCD8 is #D80327. Grayscale: #B8B8B8. Windows color (decimal): -14156584 or 14220327. OLE color: 14220327.
HSL color Cylindrical-coordinate representation of color #27FCD8: hue angle of 169.86º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FCD8 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 216 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.01 |
| HSL | 169.86º | 0.97% | 0.57% | - |
| HSV(B) | 169.86º | 0.85% | 0.99% | - |
| XYZ | 48.04 | 75.01 | 76.91 | - |
| YUV | 184.21 | 145.93 | 24.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 216 | 0.85 | 0 | 0.14 | 0.01 | 169.86 | 0.97 | 0.57 |
| Hex | 27 | FC | D8 | 55 | 0 | E | 1 | AA | 61 | 39 |
| Octal | 47 | 374 | 330 | 125 | 0 | 16 | 1 | 252 | 141 | 71 |
| Binary | 100111 | 11111100 | 11011000 | 1010101 | 0 | 1110 | 1 | 10101010 | 1100001 | 111001 |
Color Harmonies of #27FCD8
Complementary color
Monochromatic Colors of #27FCD8
Black with #27FCD8
Text Example
Text Example
White with #27FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FCD8; }
p { color: rgb(39,252,216); }
H1.HeaderClassName
{
color: #27FCD8;
}
.AnyTagClassName
{
color: #27FCD8;
}
</style>
background-color css
<style>
a { background-color: #27FCD8; }
a { background-color: rgb(39,252,216); }
div.DivClassName
{
background-color: #27FCD8;
}
.BgClassName
{
background-color: #27FCD8;
}
</style>
border-color css
<style>
span { border-color: #27FCD8; }
span { border-color: rgb(39,252,216); }
td.TdClassName
{
border-color: #27FCD8;
}
.TagClassName
{
border-color: #27FCD8;
}
</style>