Shades of Turquoise #27EADF
Tints of Turquoise #27EADF
RGB
CMYK
RGB Variations
Color information
#27EADF (or 0x27EADF) is known color: Turquoise. HEX triplet: 27, EA and DF. RGB value is (39,234,223). Sum of RGB (Red+Green+Blue) = 39+234+223=496 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.86% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #27EADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27EADF is #D81520. Grayscale: #AEAEAE. Windows color (decimal): -14161185 or 14674471. OLE color: 14674471.
HSL color Cylindrical-coordinate representation of color #27EADF: hue angle of 176.62º 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 #27EADF is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 223 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.08 |
| HSL | 176.62º | 0.82% | 0.54% | - |
| HSV(B) | 176.62º | 0.83% | 0.92% | - |
| XYZ | 43.58 | 64.6 | 79.99 | - |
| YUV | 174.44 | 155.4 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 223 | 0.83 | 0 | 0.05 | 0.08 | 176.62 | 0.82 | 0.54 |
| Hex | 27 | EA | DF | 53 | 0 | 5 | 8 | B1 | 52 | 36 |
| Octal | 47 | 352 | 337 | 123 | 0 | 5 | 10 | 261 | 122 | 66 |
| Binary | 100111 | 11101010 | 11011111 | 1010011 | 0 | 101 | 1000 | 10110001 | 1010010 | 110110 |
Color Harmonies of #27EADF
Complementary color
Monochromatic Colors of #27EADF
Black with #27EADF
Text Example
Text Example
White with #27EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EADF; }
p { color: rgb(39,234,223); }
H1.HeaderClassName
{
color: #27EADF;
}
.AnyTagClassName
{
color: #27EADF;
}
</style>
background-color css
<style>
a { background-color: #27EADF; }
a { background-color: rgb(39,234,223); }
div.DivClassName
{
background-color: #27EADF;
}
.BgClassName
{
background-color: #27EADF;
}
</style>
border-color css
<style>
span { border-color: #27EADF; }
span { border-color: rgb(39,234,223); }
td.TdClassName
{
border-color: #27EADF;
}
.TagClassName
{
border-color: #27EADF;
}
</style>