Shades of Bright Turquoise #27DAE7
Tints of Bright Turquoise #27DAE7
RGB
CMYK
RGB Variations
Color information
#27DAE7 (or 0x27DAE7) is known color: Bright Turquoise. HEX triplet: 27, DA and E7. RGB value is (39,218,231). Sum of RGB (Red+Green+Blue) = 39+218+231=488 (64% of max value = 765). Red value is 39 (15.62% from 255 or 7.99% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #27DAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DAE7 is #D82518. Grayscale: #A5A5A5. Windows color (decimal): -14165273 or 15194663. OLE color: 15194663.
HSL color Cylindrical-coordinate representation of color #27DAE7: hue angle of 184.06º degrees, saturation: 0.8, 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 #27DAE7 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 218 | 231 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.09 |
| HSL | 184.06º | 0.8% | 0.53% | - |
| HSV(B) | 184.06º | 0.83% | 0.91% | - |
| XYZ | 40.33 | 56.34 | 84.35 | - |
| YUV | 165.96 | 164.7 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 218 | 231 | 0.83 | 0.06 | 0 | 0.09 | 184.06 | 0.8 | 0.53 |
| Hex | 27 | DA | E7 | 53 | 6 | 0 | 9 | B8 | 50 | 35 |
| Octal | 47 | 332 | 347 | 123 | 6 | 0 | 11 | 270 | 120 | 65 |
| Binary | 100111 | 11011010 | 11100111 | 1010011 | 110 | 0 | 1001 | 10111000 | 1010000 | 110101 |
Color Harmonies of #27DAE7
Complementary color
Monochromatic Colors of #27DAE7
Black with #27DAE7
Text Example
Text Example
White with #27DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DAE7; }
p { color: rgb(39,218,231); }
H1.HeaderClassName
{
color: #27DAE7;
}
.AnyTagClassName
{
color: #27DAE7;
}
</style>
background-color css
<style>
a { background-color: #27DAE7; }
a { background-color: rgb(39,218,231); }
div.DivClassName
{
background-color: #27DAE7;
}
.BgClassName
{
background-color: #27DAE7;
}
</style>
border-color css
<style>
span { border-color: #27DAE7; }
span { border-color: rgb(39,218,231); }
td.TdClassName
{
border-color: #27DAE7;
}
.TagClassName
{
border-color: #27DAE7;
}
</style>