Shades of Turquoise #27DBCF
Tints of Turquoise #27DBCF
RGB
CMYK
RGB Variations
Color information
#27DBCF (or 0x27DBCF) is known color: Turquoise. HEX triplet: 27, DB and CF. RGB value is (39,219,207). Sum of RGB (Red+Green+Blue) = 39+219+207=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #27DBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBCF is #D82430. Grayscale: #A3A3A3. Windows color (decimal): -14165041 or 13622055. OLE color: 13622055.
HSL color Cylindrical-coordinate representation of color #27DBCF: hue angle of 176º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DBCF is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 207 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.14 |
| HSL | 176º | 0.71% | 0.51% | - |
| HSV(B) | 176º | 0.82% | 0.86% | - |
| XYZ | 37.43 | 55.6 | 67.79 | - |
| YUV | 163.81 | 152.37 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 207 | 0.82 | 0 | 0.05 | 0.14 | 176 | 0.71 | 0.51 |
| Hex | 27 | DB | CF | 52 | 0 | 5 | E | B0 | 47 | 33 |
| Octal | 47 | 333 | 317 | 122 | 0 | 5 | 16 | 260 | 107 | 63 |
| Binary | 100111 | 11011011 | 11001111 | 1010010 | 0 | 101 | 1110 | 10110000 | 1000111 | 110011 |
Color Harmonies of #27DBCF
Complementary color
Monochromatic Colors of #27DBCF
Black with #27DBCF
Text Example
Text Example
White with #27DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBCF; }
p { color: rgb(39,219,207); }
H1.HeaderClassName
{
color: #27DBCF;
}
.AnyTagClassName
{
color: #27DBCF;
}
</style>
background-color css
<style>
a { background-color: #27DBCF; }
a { background-color: rgb(39,219,207); }
div.DivClassName
{
background-color: #27DBCF;
}
.BgClassName
{
background-color: #27DBCF;
}
</style>
border-color css
<style>
span { border-color: #27DBCF; }
span { border-color: rgb(39,219,207); }
td.TdClassName
{
border-color: #27DBCF;
}
.TagClassName
{
border-color: #27DBCF;
}
</style>