Shades of Bright Turquoise #27DEFE
Tints of Bright Turquoise #27DEFE
RGB
CMYK
RGB Variations
Color information
#27DEFE (or 0x27DEFE) is known color: Bright Turquoise. HEX triplet: 27, DE and FE. RGB value is (39,222,254). Sum of RGB (Red+Green+Blue) = 39+222+254=515 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.57% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #27DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DEFE is #D82101. Grayscale: #AAAAAA. Windows color (decimal): -14164226 or 16703015. OLE color: 16703015.
HSL color Cylindrical-coordinate representation of color #27DEFE: hue angle of 188.93º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27DEFE is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 222 | 254 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.00 |
| HSL | 188.93º | 0.99% | 0.57% | - |
| HSV(B) | 188.93º | 0.85% | 1% | - |
| XYZ | 44.85 | 59.83 | 102.95 | - |
| YUV | 170.93 | 174.87 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 254 | 0.85 | 0.13 | 0 | 0.00 | 188.93 | 0.99 | 0.57 |
| Hex | 27 | DE | FE | 55 | D | 0 | 0 | BD | 63 | 39 |
| Octal | 47 | 336 | 376 | 125 | 15 | 0 | 0 | 275 | 143 | 71 |
| Binary | 100111 | 11011110 | 11111110 | 1010101 | 1101 | 0 | 0 | 10111101 | 1100011 | 111001 |
Color Harmonies of #27DEFE
Complementary color
Monochromatic Colors of #27DEFE
Black with #27DEFE
Text Example
Text Example
White with #27DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DEFE; }
p { color: rgb(39,222,254); }
H1.HeaderClassName
{
color: #27DEFE;
}
.AnyTagClassName
{
color: #27DEFE;
}
</style>
background-color css
<style>
a { background-color: #27DEFE; }
a { background-color: rgb(39,222,254); }
div.DivClassName
{
background-color: #27DEFE;
}
.BgClassName
{
background-color: #27DEFE;
}
</style>
border-color css
<style>
span { border-color: #27DEFE; }
span { border-color: rgb(39,222,254); }
td.TdClassName
{
border-color: #27DEFE;
}
.TagClassName
{
border-color: #27DEFE;
}
</style>