Shades of Bright Turquoise #05F2DD
Tints of Bright Turquoise #05F2DD
RGB
CMYK
RGB Variations
Color information
#05F2DD (or 0x05F2DD) is known color: Bright Turquoise. HEX triplet: 05, F2 and DD. RGB value is (5,242,221). Sum of RGB (Red+Green+Blue) = 5+242+221=468 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #05F2DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F2DD is #FA0D22. Grayscale: #A8A8A8. Windows color (decimal): -16387363 or 14545413. OLE color: 14545413.
HSL color Cylindrical-coordinate representation of color #05F2DD: hue angle of 174.68º 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 #05F2DD is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 242 | 221 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.05 |
| HSL | 174.68º | 0.96% | 0.48% | - |
| HSV(B) | 174.68º | 0.98% | 0.95% | - |
| XYZ | 44.87 | 68.76 | 79.31 | - |
| YUV | 168.74 | 157.48 | 11.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 242 | 221 | 0.98 | 0 | 0.09 | 0.05 | 174.68 | 0.96 | 0.48 |
| Hex | 5 | F2 | DD | 62 | 0 | 9 | 5 | AF | 60 | 30 |
| Octal | 5 | 362 | 335 | 142 | 0 | 11 | 5 | 257 | 140 | 60 |
| Binary | 101 | 11110010 | 11011101 | 1100010 | 0 | 1001 | 101 | 10101111 | 1100000 | 110000 |
Color Harmonies of #05F2DD
Complementary color
Monochromatic Colors of #05F2DD
Black with #05F2DD
Text Example
Text Example
White with #05F2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F2DD; }
p { color: rgb(5,242,221); }
H1.HeaderClassName
{
color: #05F2DD;
}
.AnyTagClassName
{
color: #05F2DD;
}
</style>
background-color css
<style>
a { background-color: #05F2DD; }
a { background-color: rgb(5,242,221); }
div.DivClassName
{
background-color: #05F2DD;
}
.BgClassName
{
background-color: #05F2DD;
}
</style>
border-color css
<style>
span { border-color: #05F2DD; }
span { border-color: rgb(5,242,221); }
td.TdClassName
{
border-color: #05F2DD;
}
.TagClassName
{
border-color: #05F2DD;
}
</style>