Shades of Bright Turquoise #27DDEF
Tints of Bright Turquoise #27DDEF
RGB
CMYK
RGB Variations
Color information
#27DDEF (or 0x27DDEF) is known color: Bright Turquoise. HEX triplet: 27, DD and EF. RGB value is (39,221,239). Sum of RGB (Red+Green+Blue) = 39+221+239=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #27DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DDEF is #D82210. Grayscale: #A8A8A8. Windows color (decimal): -14164497 or 15719719. OLE color: 15719719.
HSL color Cylindrical-coordinate representation of color #27DDEF: hue angle of 185.4º 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 #27DDEF is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 221 | 239 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.06 |
| HSL | 185.4º | 0.86% | 0.55% | - |
| HSV(B) | 185.4º | 0.84% | 0.94% | - |
| XYZ | 42.27 | 58.38 | 90.7 | - |
| YUV | 168.63 | 167.7 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 239 | 0.84 | 0.08 | 0 | 0.06 | 185.4 | 0.86 | 0.55 |
| Hex | 27 | DD | EF | 54 | 8 | 0 | 6 | B9 | 56 | 37 |
| Octal | 47 | 335 | 357 | 124 | 10 | 0 | 6 | 271 | 126 | 67 |
| Binary | 100111 | 11011101 | 11101111 | 1010100 | 1000 | 0 | 110 | 10111001 | 1010110 | 110111 |
Color Harmonies of #27DDEF
Complementary color
Monochromatic Colors of #27DDEF
Black with #27DDEF
Text Example
Text Example
White with #27DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDEF; }
p { color: rgb(39,221,239); }
H1.HeaderClassName
{
color: #27DDEF;
}
.AnyTagClassName
{
color: #27DDEF;
}
</style>
background-color css
<style>
a { background-color: #27DDEF; }
a { background-color: rgb(39,221,239); }
div.DivClassName
{
background-color: #27DDEF;
}
.BgClassName
{
background-color: #27DDEF;
}
</style>
border-color css
<style>
span { border-color: #27DDEF; }
span { border-color: rgb(39,221,239); }
td.TdClassName
{
border-color: #27DDEF;
}
.TagClassName
{
border-color: #27DDEF;
}
</style>