Shades of Turquoise #27EECB
Tints of Turquoise #27EECB
RGB
CMYK
RGB Variations
Color information
#27EECB (or 0x27EECB) is known color: Turquoise. HEX triplet: 27, EE and CB. RGB value is (39,238,203). Sum of RGB (Red+Green+Blue) = 39+238+203=480 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.12% from 480); Green value is 238 (93.36% from 255 or 49.58% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 238 - color contains mainly: green. Hex color #27EECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EECB is #D81134. Grayscale: #AEAEAE. Windows color (decimal): -14160181 or 13364775. OLE color: 13364775.
HSL color Cylindrical-coordinate representation of color #27EECB: hue angle of 169.45º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EECB is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 238 | 203 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.07 |
| HSL | 169.45º | 0.85% | 0.54% | - |
| HSV(B) | 169.45º | 0.84% | 0.93% | - |
| XYZ | 42.19 | 65.89 | 66.99 | - |
| YUV | 174.51 | 144.07 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 203 | 0.84 | 0 | 0.15 | 0.07 | 169.45 | 0.85 | 0.54 |
| Hex | 27 | EE | CB | 54 | 0 | F | 7 | A9 | 55 | 36 |
| Octal | 47 | 356 | 313 | 124 | 0 | 17 | 7 | 251 | 125 | 66 |
| Binary | 100111 | 11101110 | 11001011 | 1010100 | 0 | 1111 | 111 | 10101001 | 1010101 | 110110 |
Color Harmonies of #27EECB
Complementary color
Monochromatic Colors of #27EECB
Black with #27EECB
Text Example
Text Example
White with #27EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EECB; }
p { color: rgb(39,238,203); }
H1.HeaderClassName
{
color: #27EECB;
}
.AnyTagClassName
{
color: #27EECB;
}
</style>
background-color css
<style>
a { background-color: #27EECB; }
a { background-color: rgb(39,238,203); }
div.DivClassName
{
background-color: #27EECB;
}
.BgClassName
{
background-color: #27EECB;
}
</style>
border-color css
<style>
span { border-color: #27EECB; }
span { border-color: rgb(39,238,203); }
td.TdClassName
{
border-color: #27EECB;
}
.TagClassName
{
border-color: #27EECB;
}
</style>