Shades of Bright Turquoise #05F0CC
Tints of Bright Turquoise #05F0CC
RGB
CMYK
RGB Variations
Color information
#05F0CC (or 0x05F0CC) is known color: Bright Turquoise. HEX triplet: 05, F0 and CC. RGB value is (5,240,204). Sum of RGB (Red+Green+Blue) = 5+240+204=449 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #05F0CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F0CC is #FA0F33. Grayscale: #A5A5A5. Windows color (decimal): -16387892 or 13430789. OLE color: 13430789.
HSL color Cylindrical-coordinate representation of color #05F0CC: hue angle of 170.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F0CC is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 204 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.06 |
| HSL | 170.81º | 0.96% | 0.48% | - |
| HSV(B) | 170.81º | 0.98% | 0.94% | - |
| XYZ | 42.12 | 66.71 | 67.78 | - |
| YUV | 165.63 | 149.64 | 13.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 204 | 0.98 | 0 | 0.15 | 0.06 | 170.81 | 0.96 | 0.48 |
| Hex | 5 | F0 | CC | 62 | 0 | F | 6 | AB | 60 | 30 |
| Octal | 5 | 360 | 314 | 142 | 0 | 17 | 6 | 253 | 140 | 60 |
| Binary | 101 | 11110000 | 11001100 | 1100010 | 0 | 1111 | 110 | 10101011 | 1100000 | 110000 |
Color Harmonies of #05F0CC
Complementary color
Monochromatic Colors of #05F0CC
Black with #05F0CC
Text Example
Text Example
White with #05F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F0CC; }
p { color: rgb(5,240,204); }
H1.HeaderClassName
{
color: #05F0CC;
}
.AnyTagClassName
{
color: #05F0CC;
}
</style>
background-color css
<style>
a { background-color: #05F0CC; }
a { background-color: rgb(5,240,204); }
div.DivClassName
{
background-color: #05F0CC;
}
.BgClassName
{
background-color: #05F0CC;
}
</style>
border-color css
<style>
span { border-color: #05F0CC; }
span { border-color: rgb(5,240,204); }
td.TdClassName
{
border-color: #05F0CC;
}
.TagClassName
{
border-color: #05F0CC;
}
</style>