Shades of Bright Turquoise #27DCEC
Tints of Bright Turquoise #27DCEC
RGB
CMYK
RGB Variations
Color information
#27DCEC (or 0x27DCEC) is known color: Bright Turquoise. HEX triplet: 27, DC and EC. RGB value is (39,220,236). Sum of RGB (Red+Green+Blue) = 39+220+236=495 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.88% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #27DCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DCEC is #D82313. Grayscale: #A7A7A7. Windows color (decimal): -14164756 or 15522855. OLE color: 15522855.
HSL color Cylindrical-coordinate representation of color #27DCEC: hue angle of 184.87º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27DCEC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 220 | 236 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.07 |
| HSL | 184.87º | 0.84% | 0.54% | - |
| HSV(B) | 184.87º | 0.83% | 0.93% | - |
| XYZ | 41.57 | 57.67 | 88.3 | - |
| YUV | 167.71 | 166.53 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 236 | 0.83 | 0.07 | 0 | 0.07 | 184.87 | 0.84 | 0.54 |
| Hex | 27 | DC | EC | 53 | 7 | 0 | 7 | B9 | 54 | 36 |
| Octal | 47 | 334 | 354 | 123 | 7 | 0 | 7 | 271 | 124 | 66 |
| Binary | 100111 | 11011100 | 11101100 | 1010011 | 111 | 0 | 111 | 10111001 | 1010100 | 110110 |
Color Harmonies of #27DCEC
Complementary color
Monochromatic Colors of #27DCEC
Black with #27DCEC
Text Example
Text Example
White with #27DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DCEC; }
p { color: rgb(39,220,236); }
H1.HeaderClassName
{
color: #27DCEC;
}
.AnyTagClassName
{
color: #27DCEC;
}
</style>
background-color css
<style>
a { background-color: #27DCEC; }
a { background-color: rgb(39,220,236); }
div.DivClassName
{
background-color: #27DCEC;
}
.BgClassName
{
background-color: #27DCEC;
}
</style>
border-color css
<style>
span { border-color: #27DCEC; }
span { border-color: rgb(39,220,236); }
td.TdClassName
{
border-color: #27DCEC;
}
.TagClassName
{
border-color: #27DCEC;
}
</style>