Shades of Turquoise #27EFCB
Tints of Turquoise #27EFCB
RGB
CMYK
RGB Variations
Color information
#27EFCB (or 0x27EFCB) is known color: Turquoise. HEX triplet: 27, EF and CB. RGB value is (39,239,203). Sum of RGB (Red+Green+Blue) = 39+239+203=481 (63% of max value = 765). Red value is 39 (15.62% from 255 or 8.11% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFCB is #D81034. Grayscale: #AFAFAF. Windows color (decimal): -14159925 or 13365031. OLE color: 13365031.
HSL color Cylindrical-coordinate representation of color #27EFCB: hue angle of 169.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EFCB is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 203 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.06 |
| HSL | 169.2º | 0.86% | 0.55% | - |
| HSV(B) | 169.2º | 0.84% | 0.94% | - |
| XYZ | 42.48 | 66.48 | 67.09 | - |
| YUV | 175.1 | 143.74 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 203 | 0.84 | 0 | 0.15 | 0.06 | 169.2 | 0.86 | 0.55 |
| Hex | 27 | EF | CB | 54 | 0 | F | 6 | A9 | 56 | 37 |
| Octal | 47 | 357 | 313 | 124 | 0 | 17 | 6 | 251 | 126 | 67 |
| Binary | 100111 | 11101111 | 11001011 | 1010100 | 0 | 1111 | 110 | 10101001 | 1010110 | 110111 |
Color Harmonies of #27EFCB
Complementary color
Monochromatic Colors of #27EFCB
Black with #27EFCB
Text Example
Text Example
White with #27EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFCB; }
p { color: rgb(39,239,203); }
H1.HeaderClassName
{
color: #27EFCB;
}
.AnyTagClassName
{
color: #27EFCB;
}
</style>
background-color css
<style>
a { background-color: #27EFCB; }
a { background-color: rgb(39,239,203); }
div.DivClassName
{
background-color: #27EFCB;
}
.BgClassName
{
background-color: #27EFCB;
}
</style>
border-color css
<style>
span { border-color: #27EFCB; }
span { border-color: rgb(39,239,203); }
td.TdClassName
{
border-color: #27EFCB;
}
.TagClassName
{
border-color: #27EFCB;
}
</style>