Shades of Bright Turquoise #27DBEF
Tints of Bright Turquoise #27DBEF
RGB
CMYK
RGB Variations
Color information
#27DBEF (or 0x27DBEF) is known color: Bright Turquoise. HEX triplet: 27, DB and EF. RGB value is (39,219,239). Sum of RGB (Red+Green+Blue) = 39+219+239=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #27DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DBEF is #D82410. Grayscale: #A7A7A7. Windows color (decimal): -14165009 or 15719207. OLE color: 15719207.
HSL color Cylindrical-coordinate representation of color #27DBEF: hue angle of 186º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DBEF is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 219 | 239 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.06 |
| HSL | 186º | 0.86% | 0.55% | - |
| HSV(B) | 186º | 0.84% | 0.94% | - |
| XYZ | 41.75 | 57.33 | 90.53 | - |
| YUV | 167.46 | 168.37 | 36.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 239 | 0.84 | 0.08 | 0 | 0.06 | 186 | 0.86 | 0.55 |
| Hex | 27 | DB | EF | 54 | 8 | 0 | 6 | BA | 56 | 37 |
| Octal | 47 | 333 | 357 | 124 | 10 | 0 | 6 | 272 | 126 | 67 |
| Binary | 100111 | 11011011 | 11101111 | 1010100 | 1000 | 0 | 110 | 10111010 | 1010110 | 110111 |
Color Harmonies of #27DBEF
Complementary color
Monochromatic Colors of #27DBEF
Black with #27DBEF
Text Example
Text Example
White with #27DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DBEF; }
p { color: rgb(39,219,239); }
H1.HeaderClassName
{
color: #27DBEF;
}
.AnyTagClassName
{
color: #27DBEF;
}
</style>
background-color css
<style>
a { background-color: #27DBEF; }
a { background-color: rgb(39,219,239); }
div.DivClassName
{
background-color: #27DBEF;
}
.BgClassName
{
background-color: #27DBEF;
}
</style>
border-color css
<style>
span { border-color: #27DBEF; }
span { border-color: rgb(39,219,239); }
td.TdClassName
{
border-color: #27DBEF;
}
.TagClassName
{
border-color: #27DBEF;
}
</style>