Shades of Turquoise #27F5DA
Tints of Turquoise #27F5DA
RGB
CMYK
RGB Variations
Color information
#27F5DA (or 0x27F5DA) is known color: Turquoise. HEX triplet: 27, F5 and DA. RGB value is (39,245,218). Sum of RGB (Red+Green+Blue) = 39+245+218=502 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.77% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #27F5DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F5DA is #D80A25. Grayscale: #B4B4B4. Windows color (decimal): -14158374 or 14349607. OLE color: 14349607.
HSL color Cylindrical-coordinate representation of color #27F5DA: hue angle of 172.14º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F5DA is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 245 | 218 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.04 |
| HSL | 172.14º | 0.91% | 0.56% | - |
| HSV(B) | 172.14º | 0.84% | 0.96% | - |
| XYZ | 46.14 | 70.8 | 77.56 | - |
| YUV | 180.33 | 149.25 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 245 | 218 | 0.84 | 0 | 0.11 | 0.04 | 172.14 | 0.91 | 0.56 |
| Hex | 27 | F5 | DA | 54 | 0 | B | 4 | AC | 5B | 38 |
| Octal | 47 | 365 | 332 | 124 | 0 | 13 | 4 | 254 | 133 | 70 |
| Binary | 100111 | 11110101 | 11011010 | 1010100 | 0 | 1011 | 100 | 10101100 | 1011011 | 111000 |
Color Harmonies of #27F5DA
Complementary color
Monochromatic Colors of #27F5DA
Black with #27F5DA
Text Example
Text Example
White with #27F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F5DA; }
p { color: rgb(39,245,218); }
H1.HeaderClassName
{
color: #27F5DA;
}
.AnyTagClassName
{
color: #27F5DA;
}
</style>
background-color css
<style>
a { background-color: #27F5DA; }
a { background-color: rgb(39,245,218); }
div.DivClassName
{
background-color: #27F5DA;
}
.BgClassName
{
background-color: #27F5DA;
}
</style>
border-color css
<style>
span { border-color: #27F5DA; }
span { border-color: rgb(39,245,218); }
td.TdClassName
{
border-color: #27F5DA;
}
.TagClassName
{
border-color: #27F5DA;
}
</style>