Shades of Turquoise #27F1DC
Tints of Turquoise #27F1DC
RGB
CMYK
RGB Variations
Color information
#27F1DC (or 0x27F1DC) is known color: Turquoise. HEX triplet: 27, F1 and DC. RGB value is (39,241,220). Sum of RGB (Red+Green+Blue) = 39+241+220=500 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #27F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F1DC is #D80E23. Grayscale: #B2B2B2. Windows color (decimal): -14159396 or 14479655. OLE color: 14479655.
HSL color Cylindrical-coordinate representation of color #27F1DC: hue angle of 173.76º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F1DC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 241 | 220 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.05 |
| HSL | 173.76º | 0.88% | 0.55% | - |
| HSV(B) | 173.76º | 0.84% | 0.95% | - |
| XYZ | 45.21 | 68.51 | 78.55 | - |
| YUV | 178.21 | 151.58 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 241 | 220 | 0.84 | 0 | 0.09 | 0.05 | 173.76 | 0.88 | 0.55 |
| Hex | 27 | F1 | DC | 54 | 0 | 9 | 5 | AE | 58 | 37 |
| Octal | 47 | 361 | 334 | 124 | 0 | 11 | 5 | 256 | 130 | 67 |
| Binary | 100111 | 11110001 | 11011100 | 1010100 | 0 | 1001 | 101 | 10101110 | 1011000 | 110111 |
Color Harmonies of #27F1DC
Complementary color
Monochromatic Colors of #27F1DC
Black with #27F1DC
Text Example
Text Example
White with #27F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F1DC; }
p { color: rgb(39,241,220); }
H1.HeaderClassName
{
color: #27F1DC;
}
.AnyTagClassName
{
color: #27F1DC;
}
</style>
background-color css
<style>
a { background-color: #27F1DC; }
a { background-color: rgb(39,241,220); }
div.DivClassName
{
background-color: #27F1DC;
}
.BgClassName
{
background-color: #27F1DC;
}
</style>
border-color css
<style>
span { border-color: #27F1DC; }
span { border-color: rgb(39,241,220); }
td.TdClassName
{
border-color: #27F1DC;
}
.TagClassName
{
border-color: #27F1DC;
}
</style>