Shades of Bright Turquoise #0CFBCB
Tints of Bright Turquoise #0CFBCB
RGB
CMYK
RGB Variations
Color information
#0CFBCB (or 0x0CFBCB) is known color: Bright Turquoise. HEX triplet: 0C, FB and CB. RGB value is (12,251,203). Sum of RGB (Red+Green+Blue) = 12+251+203=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBCB is #F30434. Grayscale: #AEAEAE. Windows color (decimal): -15926325 or 13368076. OLE color: 13368076.
HSL color Cylindrical-coordinate representation of color #0CFBCB: hue angle of 167.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBCB is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 203 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.02 |
| HSL | 167.95º | 0.97% | 0.52% | - |
| HSV(B) | 167.95º | 0.95% | 0.98% | - |
| XYZ | 45.43 | 73.38 | 68.27 | - |
| YUV | 174.07 | 144.32 | 12.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 203 | 0.95 | 0 | 0.19 | 0.02 | 167.95 | 0.97 | 0.52 |
| Hex | C | FB | CB | 5F | 0 | 13 | 2 | A8 | 61 | 34 |
| Octal | 14 | 373 | 313 | 137 | 0 | 23 | 2 | 250 | 141 | 64 |
| Binary | 1100 | 11111011 | 11001011 | 1011111 | 0 | 10011 | 10 | 10101000 | 1100001 | 110100 |
Color Harmonies of #0CFBCB
Complementary color
Monochromatic Colors of #0CFBCB
Black with #0CFBCB
Text Example
Text Example
White with #0CFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBCB; }
p { color: rgb(12,251,203); }
H1.HeaderClassName
{
color: #0CFBCB;
}
.AnyTagClassName
{
color: #0CFBCB;
}
</style>
background-color css
<style>
a { background-color: #0CFBCB; }
a { background-color: rgb(12,251,203); }
div.DivClassName
{
background-color: #0CFBCB;
}
.BgClassName
{
background-color: #0CFBCB;
}
</style>
border-color css
<style>
span { border-color: #0CFBCB; }
span { border-color: rgb(12,251,203); }
td.TdClassName
{
border-color: #0CFBCB;
}
.TagClassName
{
border-color: #0CFBCB;
}
</style>