Shades of Bright Turquoise #27DCE8
Tints of Bright Turquoise #27DCE8
RGB
CMYK
RGB Variations
Color information
#27DCE8 (or 0x27DCE8) is known color: Bright Turquoise. HEX triplet: 27, DC and E8. RGB value is (39,220,232). Sum of RGB (Red+Green+Blue) = 39+220+232=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #27DCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DCE8 is #D82317. Grayscale: #A7A7A7. Windows color (decimal): -14164760 or 15260711. OLE color: 15260711.
HSL color Cylindrical-coordinate representation of color #27DCE8: hue angle of 183.73º 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 #27DCE8 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 220 | 232 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.09 |
| HSL | 183.73º | 0.81% | 0.53% | - |
| HSV(B) | 183.73º | 0.83% | 0.91% | - |
| XYZ | 41 | 57.44 | 85.27 | - |
| YUV | 167.25 | 164.53 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 232 | 0.83 | 0.05 | 0 | 0.09 | 183.73 | 0.81 | 0.53 |
| Hex | 27 | DC | E8 | 53 | 5 | 0 | 9 | B8 | 51 | 35 |
| Octal | 47 | 334 | 350 | 123 | 5 | 0 | 11 | 270 | 121 | 65 |
| Binary | 100111 | 11011100 | 11101000 | 1010011 | 101 | 0 | 1001 | 10111000 | 1010001 | 110101 |
Color Harmonies of #27DCE8
Complementary color
Monochromatic Colors of #27DCE8
Black with #27DCE8
Text Example
Text Example
White with #27DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCE8; }
p { color: rgb(39,220,232); }
H1.HeaderClassName
{
color: #27DCE8;
}
.AnyTagClassName
{
color: #27DCE8;
}
</style>
background-color css
<style>
a { background-color: #27DCE8; }
a { background-color: rgb(39,220,232); }
div.DivClassName
{
background-color: #27DCE8;
}
.BgClassName
{
background-color: #27DCE8;
}
</style>
border-color css
<style>
span { border-color: #27DCE8; }
span { border-color: rgb(39,220,232); }
td.TdClassName
{
border-color: #27DCE8;
}
.TagClassName
{
border-color: #27DCE8;
}
</style>