Shades of Bright Turquoise #05F2D2
Tints of Bright Turquoise #05F2D2
RGB
CMYK
RGB Variations
Color information
#05F2D2 (or 0x05F2D2) is known color: Bright Turquoise. HEX triplet: 05, F2 and D2. RGB value is (5,242,210). Sum of RGB (Red+Green+Blue) = 5+242+210=457 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2D2 is #FA0D2D. Grayscale: #A7A7A7. Windows color (decimal): -16387374 or 13824517. OLE color: 13824517.
HSL color Cylindrical-coordinate representation of color #05F2D2: hue angle of 171.9º 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 #05F2D2 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 210 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.05 |
| HSL | 171.9º | 0.96% | 0.48% | - |
| HSV(B) | 171.9º | 0.98% | 0.95% | - |
| XYZ | 43.45 | 68.19 | 71.84 | - |
| YUV | 167.49 | 151.98 | 12.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 210 | 0.98 | 0 | 0.13 | 0.05 | 171.9 | 0.96 | 0.48 |
| Hex | 5 | F2 | D2 | 62 | 0 | D | 5 | AC | 60 | 30 |
| Octal | 5 | 362 | 322 | 142 | 0 | 15 | 5 | 254 | 140 | 60 |
| Binary | 101 | 11110010 | 11010010 | 1100010 | 0 | 1101 | 101 | 10101100 | 1100000 | 110000 |
Color Harmonies of #05F2D2
Complementary color
Monochromatic Colors of #05F2D2
Black with #05F2D2
Text Example
Text Example
White with #05F2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2D2; }
p { color: rgb(5,242,210); }
H1.HeaderClassName
{
color: #05F2D2;
}
.AnyTagClassName
{
color: #05F2D2;
}
</style>
background-color css
<style>
a { background-color: #05F2D2; }
a { background-color: rgb(5,242,210); }
div.DivClassName
{
background-color: #05F2D2;
}
.BgClassName
{
background-color: #05F2D2;
}
</style>
border-color css
<style>
span { border-color: #05F2D2; }
span { border-color: rgb(5,242,210); }
td.TdClassName
{
border-color: #05F2D2;
}
.TagClassName
{
border-color: #05F2D2;
}
</style>