Shades of Bright Turquoise #27DBEE
Tints of Bright Turquoise #27DBEE
RGB
CMYK
RGB Variations
Color information
#27DBEE (or 0x27DBEE) is known color: Bright Turquoise. HEX triplet: 27, DB and EE. RGB value is (39,219,238). Sum of RGB (Red+Green+Blue) = 39+219+238=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #27DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBEE is #D82411. Grayscale: #A7A7A7. Windows color (decimal): -14165010 or 15653671. OLE color: 15653671.
HSL color Cylindrical-coordinate representation of color #27DBEE: hue angle of 185.73º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DBEE is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 219 | 238 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.07 |
| HSL | 185.73º | 0.85% | 0.54% | - |
| HSV(B) | 185.73º | 0.84% | 0.93% | - |
| XYZ | 41.6 | 57.27 | 89.75 | - |
| YUV | 167.35 | 167.87 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 238 | 0.84 | 0.08 | 0 | 0.07 | 185.73 | 0.85 | 0.54 |
| Hex | 27 | DB | EE | 54 | 8 | 0 | 7 | BA | 55 | 36 |
| Octal | 47 | 333 | 356 | 124 | 10 | 0 | 7 | 272 | 125 | 66 |
| Binary | 100111 | 11011011 | 11101110 | 1010100 | 1000 | 0 | 111 | 10111010 | 1010101 | 110110 |
Color Harmonies of #27DBEE
Complementary color
Monochromatic Colors of #27DBEE
Black with #27DBEE
Text Example
Text Example
White with #27DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBEE; }
p { color: rgb(39,219,238); }
H1.HeaderClassName
{
color: #27DBEE;
}
.AnyTagClassName
{
color: #27DBEE;
}
</style>
background-color css
<style>
a { background-color: #27DBEE; }
a { background-color: rgb(39,219,238); }
div.DivClassName
{
background-color: #27DBEE;
}
.BgClassName
{
background-color: #27DBEE;
}
</style>
border-color css
<style>
span { border-color: #27DBEE; }
span { border-color: rgb(39,219,238); }
td.TdClassName
{
border-color: #27DBEE;
}
.TagClassName
{
border-color: #27DBEE;
}
</style>