Shades of Turquoise #27EFD5
Tints of Turquoise #27EFD5
RGB
CMYK
RGB Variations
Color information
#27EFD5 (or 0x27EFD5) is known color: Turquoise. HEX triplet: 27, EF and D5. RGB value is (39,239,213). Sum of RGB (Red+Green+Blue) = 39+239+213=491 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.94% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #27EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EFD5 is #D8102A. Grayscale: #B0B0B0. Windows color (decimal): -14159915 or 14020391. OLE color: 14020391.
HSL color Cylindrical-coordinate representation of color #27EFD5: hue angle of 172.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 #27EFD5 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 239 | 213 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.06 |
| HSL | 172.2º | 0.86% | 0.55% | - |
| HSV(B) | 172.2º | 0.84% | 0.94% | - |
| XYZ | 43.71 | 66.97 | 73.57 | - |
| YUV | 176.24 | 148.74 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 213 | 0.84 | 0 | 0.11 | 0.06 | 172.2 | 0.86 | 0.55 |
| Hex | 27 | EF | D5 | 54 | 0 | B | 6 | AC | 56 | 37 |
| Octal | 47 | 357 | 325 | 124 | 0 | 13 | 6 | 254 | 126 | 67 |
| Binary | 100111 | 11101111 | 11010101 | 1010100 | 0 | 1011 | 110 | 10101100 | 1010110 | 110111 |
Color Harmonies of #27EFD5
Complementary color
Monochromatic Colors of #27EFD5
Black with #27EFD5
Text Example
Text Example
White with #27EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFD5; }
p { color: rgb(39,239,213); }
H1.HeaderClassName
{
color: #27EFD5;
}
.AnyTagClassName
{
color: #27EFD5;
}
</style>
background-color css
<style>
a { background-color: #27EFD5; }
a { background-color: rgb(39,239,213); }
div.DivClassName
{
background-color: #27EFD5;
}
.BgClassName
{
background-color: #27EFD5;
}
</style>
border-color css
<style>
span { border-color: #27EFD5; }
span { border-color: rgb(39,239,213); }
td.TdClassName
{
border-color: #27EFD5;
}
.TagClassName
{
border-color: #27EFD5;
}
</style>