Shades of Bright Turquoise #05FCCB
Tints of Bright Turquoise #05FCCB
RGB
CMYK
RGB Variations
Color information
#05FCCB (or 0x05FCCB) is known color: Bright Turquoise. HEX triplet: 05, FC and CB. RGB value is (5,252,203). Sum of RGB (Red+Green+Blue) = 5+252+203=460 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.09% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FCCB is #FA0334. Grayscale: #ACACAC. Windows color (decimal): -16384821 or 13368325. OLE color: 13368325.
HSL color Cylindrical-coordinate representation of color #05FCCB: hue angle of 168.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FCCB is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 203 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.01 |
| HSL | 168.1º | 0.98% | 0.5% | - |
| HSV(B) | 168.1º | 0.98% | 0.99% | - |
| XYZ | 45.65 | 73.96 | 68.37 | - |
| YUV | 172.56 | 145.17 | 8.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 203 | 0.98 | 0 | 0.19 | 0.01 | 168.1 | 0.98 | 0.5 |
| Hex | 5 | FC | CB | 62 | 0 | 13 | 1 | A8 | 62 | 32 |
| Octal | 5 | 374 | 313 | 142 | 0 | 23 | 1 | 250 | 142 | 62 |
| Binary | 101 | 11111100 | 11001011 | 1100010 | 0 | 10011 | 1 | 10101000 | 1100010 | 110010 |
Color Harmonies of #05FCCB
Complementary color
Monochromatic Colors of #05FCCB
Black with #05FCCB
Text Example
Text Example
White with #05FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCCB; }
p { color: rgb(5,252,203); }
H1.HeaderClassName
{
color: #05FCCB;
}
.AnyTagClassName
{
color: #05FCCB;
}
</style>
background-color css
<style>
a { background-color: #05FCCB; }
a { background-color: rgb(5,252,203); }
div.DivClassName
{
background-color: #05FCCB;
}
.BgClassName
{
background-color: #05FCCB;
}
</style>
border-color css
<style>
span { border-color: #05FCCB; }
span { border-color: rgb(5,252,203); }
td.TdClassName
{
border-color: #05FCCB;
}
.TagClassName
{
border-color: #05FCCB;
}
</style>