Shades of Bright Turquoise #05F3C8
Tints of Bright Turquoise #05F3C8
RGB
CMYK
RGB Variations
Color information
#05F3C8 (or 0x05F3C8) is known color: Bright Turquoise. HEX triplet: 05, F3 and C8. RGB value is (5,243,200). Sum of RGB (Red+Green+Blue) = 5+243+200=448 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #05F3C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F3C8 is #FA0C37. Grayscale: #A6A6A6. Windows color (decimal): -16387128 or 13169413. OLE color: 13169413.
HSL color Cylindrical-coordinate representation of color #05F3C8: hue angle of 169.16º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F3C8 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 243 | 200 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.05 |
| HSL | 169.16º | 0.96% | 0.49% | - |
| HSV(B) | 169.16º | 0.98% | 0.95% | - |
| XYZ | 42.54 | 68.3 | 65.59 | - |
| YUV | 166.94 | 146.65 | 12.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 243 | 200 | 0.98 | 0 | 0.18 | 0.05 | 169.16 | 0.96 | 0.49 |
| Hex | 5 | F3 | C8 | 62 | 0 | 12 | 5 | A9 | 60 | 31 |
| Octal | 5 | 363 | 310 | 142 | 0 | 22 | 5 | 251 | 140 | 61 |
| Binary | 101 | 11110011 | 11001000 | 1100010 | 0 | 10010 | 101 | 10101001 | 1100000 | 110001 |
Color Harmonies of #05F3C8
Complementary color
Monochromatic Colors of #05F3C8
Black with #05F3C8
Text Example
Text Example
White with #05F3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F3C8; }
p { color: rgb(5,243,200); }
H1.HeaderClassName
{
color: #05F3C8;
}
.AnyTagClassName
{
color: #05F3C8;
}
</style>
background-color css
<style>
a { background-color: #05F3C8; }
a { background-color: rgb(5,243,200); }
div.DivClassName
{
background-color: #05F3C8;
}
.BgClassName
{
background-color: #05F3C8;
}
</style>
border-color css
<style>
span { border-color: #05F3C8; }
span { border-color: rgb(5,243,200); }
td.TdClassName
{
border-color: #05F3C8;
}
.TagClassName
{
border-color: #05F3C8;
}
</style>