Shades of Turquoise #27EADB
Tints of Turquoise #27EADB
RGB
CMYK
RGB Variations
Color information
#27EADB (or 0x27EADB) is known color: Turquoise. HEX triplet: 27, EA and DB. RGB value is (39,234,219). Sum of RGB (Red+Green+Blue) = 39+234+219=492 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.93% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #27EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EADB is #D81524. Grayscale: #ADADAD. Windows color (decimal): -14161189 or 14412327. OLE color: 14412327.
HSL color Cylindrical-coordinate representation of color #27EADB: hue angle of 175.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EADB is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 219 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.08 |
| HSL | 175.38º | 0.82% | 0.54% | - |
| HSV(B) | 175.38º | 0.83% | 0.92% | - |
| XYZ | 43.05 | 64.39 | 77.18 | - |
| YUV | 173.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 219 | 0.83 | 0 | 0.06 | 0.08 | 175.38 | 0.82 | 0.54 |
| Hex | 27 | EA | DB | 53 | 0 | 6 | 8 | AF | 52 | 36 |
| Octal | 47 | 352 | 333 | 123 | 0 | 6 | 10 | 257 | 122 | 66 |
| Binary | 100111 | 11101010 | 11011011 | 1010011 | 0 | 110 | 1000 | 10101111 | 1010010 | 110110 |
Color Harmonies of #27EADB
Complementary color
Monochromatic Colors of #27EADB
Black with #27EADB
Text Example
Text Example
White with #27EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EADB; }
p { color: rgb(39,234,219); }
H1.HeaderClassName
{
color: #27EADB;
}
.AnyTagClassName
{
color: #27EADB;
}
</style>
background-color css
<style>
a { background-color: #27EADB; }
a { background-color: rgb(39,234,219); }
div.DivClassName
{
background-color: #27EADB;
}
.BgClassName
{
background-color: #27EADB;
}
</style>
border-color css
<style>
span { border-color: #27EADB; }
span { border-color: rgb(39,234,219); }
td.TdClassName
{
border-color: #27EADB;
}
.TagClassName
{
border-color: #27EADB;
}
</style>