Shades of Bright Turquoise #0CFCCB
Tints of Bright Turquoise #0CFCCB
RGB
CMYK
RGB Variations
Color information
#0CFCCB (or 0x0CFCCB) is known color: Bright Turquoise. HEX triplet: 0C, FC and CB. RGB value is (12,252,203). Sum of RGB (Red+Green+Blue) = 12+252+203=467 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.57% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFCCB is #F30334. Grayscale: #AEAEAE. Windows color (decimal): -15926069 or 13368332. OLE color: 13368332.
HSL color Cylindrical-coordinate representation of color #0CFCCB: hue angle of 167.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFCCB is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 203 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.01 |
| HSL | 167.75º | 0.98% | 0.52% | - |
| HSV(B) | 167.75º | 0.95% | 0.99% | - |
| XYZ | 45.74 | 74.01 | 68.37 | - |
| YUV | 174.65 | 143.99 | 11.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 203 | 0.95 | 0 | 0.19 | 0.01 | 167.75 | 0.98 | 0.52 |
| Hex | C | FC | CB | 5F | 0 | 13 | 1 | A8 | 62 | 34 |
| Octal | 14 | 374 | 313 | 137 | 0 | 23 | 1 | 250 | 142 | 64 |
| Binary | 1100 | 11111100 | 11001011 | 1011111 | 0 | 10011 | 1 | 10101000 | 1100010 | 110100 |
Color Harmonies of #0CFCCB
Complementary color
Monochromatic Colors of #0CFCCB
Black with #0CFCCB
Text Example
Text Example
White with #0CFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCCB; }
p { color: rgb(12,252,203); }
H1.HeaderClassName
{
color: #0CFCCB;
}
.AnyTagClassName
{
color: #0CFCCB;
}
</style>
background-color css
<style>
a { background-color: #0CFCCB; }
a { background-color: rgb(12,252,203); }
div.DivClassName
{
background-color: #0CFCCB;
}
.BgClassName
{
background-color: #0CFCCB;
}
</style>
border-color css
<style>
span { border-color: #0CFCCB; }
span { border-color: rgb(12,252,203); }
td.TdClassName
{
border-color: #0CFCCB;
}
.TagClassName
{
border-color: #0CFCCB;
}
</style>