Shades of Bright Turquoise #05F2D0
Tints of Bright Turquoise #05F2D0
RGB
CMYK
RGB Variations
Color information
#05F2D0 (or 0x05F2D0) is known color: Bright Turquoise. HEX triplet: 05, F2 and D0. RGB value is (5,242,208). Sum of RGB (Red+Green+Blue) = 5+242+208=455 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2D0 is #FA0D2F. Grayscale: #A7A7A7. Windows color (decimal): -16387376 or 13693445. OLE color: 13693445.
HSL color Cylindrical-coordinate representation of color #05F2D0: hue angle of 171.39º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F2D0 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 208 | - |
| CMYK | 0.98 | 0 | 0.14 | 0.05 |
| HSL | 171.39º | 0.96% | 0.48% | - |
| HSV(B) | 171.39º | 0.98% | 0.95% | - |
| XYZ | 43.2 | 68.09 | 70.54 | - |
| YUV | 167.26 | 150.98 | 12.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 208 | 0.98 | 0 | 0.14 | 0.05 | 171.39 | 0.96 | 0.48 |
| Hex | 5 | F2 | D0 | 62 | 0 | E | 5 | AB | 60 | 30 |
| Octal | 5 | 362 | 320 | 142 | 0 | 16 | 5 | 253 | 140 | 60 |
| Binary | 101 | 11110010 | 11010000 | 1100010 | 0 | 1110 | 101 | 10101011 | 1100000 | 110000 |
Color Harmonies of #05F2D0
Complementary color
Monochromatic Colors of #05F2D0
Black with #05F2D0
Text Example
Text Example
White with #05F2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2D0; }
p { color: rgb(5,242,208); }
H1.HeaderClassName
{
color: #05F2D0;
}
.AnyTagClassName
{
color: #05F2D0;
}
</style>
background-color css
<style>
a { background-color: #05F2D0; }
a { background-color: rgb(5,242,208); }
div.DivClassName
{
background-color: #05F2D0;
}
.BgClassName
{
background-color: #05F2D0;
}
</style>
border-color css
<style>
span { border-color: #05F2D0; }
span { border-color: rgb(5,242,208); }
td.TdClassName
{
border-color: #05F2D0;
}
.TagClassName
{
border-color: #05F2D0;
}
</style>