Shades of Turquoise #27D3DB
Tints of Turquoise #27D3DB
RGB
CMYK
RGB Variations
Color information
#27D3DB (or 0x27D3DB) is known color: Turquoise. HEX triplet: 27, D3 and DB. RGB value is (39,211,219). Sum of RGB (Red+Green+Blue) = 39+211+219=469 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.32% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #27D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27D3DB is #D82C24. Grayscale: #A0A0A0. Windows color (decimal): -14167077 or 14406439. OLE color: 14406439.
HSL color Cylindrical-coordinate representation of color #27D3DB: hue angle of 182.67º 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 #27D3DB is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 211 | 219 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.14 |
| HSL | 182.67º | 0.71% | 0.51% | - |
| HSV(B) | 182.67º | 0.82% | 0.86% | - |
| XYZ | 36.92 | 52.13 | 75.14 | - |
| YUV | 160.48 | 161.02 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 211 | 219 | 0.82 | 0.04 | 0 | 0.14 | 182.67 | 0.71 | 0.51 |
| Hex | 27 | D3 | DB | 52 | 4 | 0 | E | B7 | 47 | 33 |
| Octal | 47 | 323 | 333 | 122 | 4 | 0 | 16 | 267 | 107 | 63 |
| Binary | 100111 | 11010011 | 11011011 | 1010010 | 100 | 0 | 1110 | 10110111 | 1000111 | 110011 |
Color Harmonies of #27D3DB
Complementary color
Monochromatic Colors of #27D3DB
Black with #27D3DB
Text Example
Text Example
White with #27D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D3DB; }
p { color: rgb(39,211,219); }
H1.HeaderClassName
{
color: #27D3DB;
}
.AnyTagClassName
{
color: #27D3DB;
}
</style>
background-color css
<style>
a { background-color: #27D3DB; }
a { background-color: rgb(39,211,219); }
div.DivClassName
{
background-color: #27D3DB;
}
.BgClassName
{
background-color: #27D3DB;
}
</style>
border-color css
<style>
span { border-color: #27D3DB; }
span { border-color: rgb(39,211,219); }
td.TdClassName
{
border-color: #27D3DB;
}
.TagClassName
{
border-color: #27D3DB;
}
</style>