Shades of Bright Turquoise #27DFE8
Tints of Bright Turquoise #27DFE8
RGB
CMYK
RGB Variations
Color information
#27DFE8 (or 0x27DFE8) is known color: Bright Turquoise. HEX triplet: 27, DF and E8. RGB value is (39,223,232). Sum of RGB (Red+Green+Blue) = 39+223+232=494 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.89% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #27DFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DFE8 is #D82017. Grayscale: #A8A8A8. Windows color (decimal): -14163992 or 15261479. OLE color: 15261479.
HSL color Cylindrical-coordinate representation of color #27DFE8: hue angle of 182.8º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DFE8 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 223 | 232 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.09 |
| HSL | 182.8º | 0.81% | 0.53% | - |
| HSV(B) | 182.8º | 0.83% | 0.91% | - |
| XYZ | 41.79 | 59.03 | 85.54 | - |
| YUV | 169.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 232 | 0.83 | 0.04 | 0 | 0.09 | 182.8 | 0.81 | 0.53 |
| Hex | 27 | DF | E8 | 53 | 4 | 0 | 9 | B7 | 51 | 35 |
| Octal | 47 | 337 | 350 | 123 | 4 | 0 | 11 | 267 | 121 | 65 |
| Binary | 100111 | 11011111 | 11101000 | 1010011 | 100 | 0 | 1001 | 10110111 | 1010001 | 110101 |
Color Harmonies of #27DFE8
Complementary color
Monochromatic Colors of #27DFE8
Black with #27DFE8
Text Example
Text Example
White with #27DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFE8; }
p { color: rgb(39,223,232); }
H1.HeaderClassName
{
color: #27DFE8;
}
.AnyTagClassName
{
color: #27DFE8;
}
</style>
background-color css
<style>
a { background-color: #27DFE8; }
a { background-color: rgb(39,223,232); }
div.DivClassName
{
background-color: #27DFE8;
}
.BgClassName
{
background-color: #27DFE8;
}
</style>
border-color css
<style>
span { border-color: #27DFE8; }
span { border-color: rgb(39,223,232); }
td.TdClassName
{
border-color: #27DFE8;
}
.TagClassName
{
border-color: #27DFE8;
}
</style>