Shades of Bright Turquoise #27F5DB
Tints of Bright Turquoise #27F5DB
RGB
CMYK
RGB Variations
Color information
#27F5DB (or 0x27F5DB) is known color: Bright Turquoise. HEX triplet: 27, F5 and DB. RGB value is (39,245,219). Sum of RGB (Red+Green+Blue) = 39+245+219=503 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.75% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #27F5DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27F5DB is #D80A24. Grayscale: #B4B4B4. Windows color (decimal): -14158373 or 14415143. OLE color: 14415143.
HSL color Cylindrical-coordinate representation of color #27F5DB: hue angle of 172.43º 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 #27F5DB is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 39 | 245 | 219 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.04 |
| HSL | 172.43º | 0.91% | 0.56% | - |
| HSV(B) | 172.43º | 0.84% | 0.96% | - |
| XYZ | 46.28 | 70.85 | 78.25 | - |
| YUV | 180.44 | 149.75 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 245 | 219 | 0.84 | 0 | 0.11 | 0.04 | 172.43 | 0.91 | 0.56 |
| Hex | 27 | F5 | DB | 54 | 0 | B | 4 | AC | 5B | 38 |
| Octal | 47 | 365 | 333 | 124 | 0 | 13 | 4 | 254 | 133 | 70 |
| Binary | 100111 | 11110101 | 11011011 | 1010100 | 0 | 1011 | 100 | 10101100 | 1011011 | 111000 |
Color Harmonies of #27F5DB
Complementary color
Monochromatic Colors of #27F5DB
Black with #27F5DB
Text Example
Text Example
White with #27F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F5DB; }
p { color: rgb(39,245,219); }
H1.HeaderClassName
{
color: #27F5DB;
}
.AnyTagClassName
{
color: #27F5DB;
}
</style>
background-color css
<style>
a { background-color: #27F5DB; }
a { background-color: rgb(39,245,219); }
div.DivClassName
{
background-color: #27F5DB;
}
.BgClassName
{
background-color: #27F5DB;
}
</style>
border-color css
<style>
span { border-color: #27F5DB; }
span { border-color: rgb(39,245,219); }
td.TdClassName
{
border-color: #27F5DB;
}
.TagClassName
{
border-color: #27F5DB;
}
</style>