Shades of Turquoise #27DBDF
Tints of Turquoise #27DBDF
RGB
CMYK
RGB Variations
Color information
#27DBDF (or 0x27DBDF) is known color: Turquoise. HEX triplet: 27, DB and DF. RGB value is (39,219,223). Sum of RGB (Red+Green+Blue) = 39+219+223=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #27DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27DBDF is #D82420. Grayscale: #A5A5A5. Windows color (decimal): -14165025 or 14670631. OLE color: 14670631.
HSL color Cylindrical-coordinate representation of color #27DBDF: hue angle of 181.3º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DBDF is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 219 | 223 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.13 |
| HSL | 181.3º | 0.74% | 0.51% | - |
| HSV(B) | 181.3º | 0.83% | 0.87% | - |
| XYZ | 39.49 | 56.42 | 78.62 | - |
| YUV | 165.64 | 160.37 | 37.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 223 | 0.83 | 0.02 | 0 | 0.13 | 181.3 | 0.74 | 0.51 |
| Hex | 27 | DB | DF | 53 | 2 | 0 | D | B5 | 4A | 33 |
| Octal | 47 | 333 | 337 | 123 | 2 | 0 | 15 | 265 | 112 | 63 |
| Binary | 100111 | 11011011 | 11011111 | 1010011 | 10 | 0 | 1101 | 10110101 | 1001010 | 110011 |
Color Harmonies of #27DBDF
Complementary color
Monochromatic Colors of #27DBDF
Black with #27DBDF
Text Example
Text Example
White with #27DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBDF; }
p { color: rgb(39,219,223); }
H1.HeaderClassName
{
color: #27DBDF;
}
.AnyTagClassName
{
color: #27DBDF;
}
</style>
background-color css
<style>
a { background-color: #27DBDF; }
a { background-color: rgb(39,219,223); }
div.DivClassName
{
background-color: #27DBDF;
}
.BgClassName
{
background-color: #27DBDF;
}
</style>
border-color css
<style>
span { border-color: #27DBDF; }
span { border-color: rgb(39,219,223); }
td.TdClassName
{
border-color: #27DBDF;
}
.TagClassName
{
border-color: #27DBDF;
}
</style>