Shades of Bright Turquoise #0FFCD3
Tints of Bright Turquoise #0FFCD3
RGB
CMYK
RGB Variations
Color information
#0FFCD3 (or 0x0FFCD3) is known color: Bright Turquoise. HEX triplet: 0F, FC and D3. RGB value is (15,252,211). Sum of RGB (Red+Green+Blue) = 15+252+211=478 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.14% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCD3 is #F0032C. Grayscale: #B0B0B0. Windows color (decimal): -15729453 or 13892623. OLE color: 13892623.
HSL color Cylindrical-coordinate representation of color #0FFCD3: hue angle of 169.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCD3 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 211 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.01 |
| HSL | 169.62º | 0.98% | 0.52% | - |
| HSV(B) | 169.62º | 0.94% | 0.99% | - |
| XYZ | 46.77 | 74.43 | 73.53 | - |
| YUV | 176.46 | 147.48 | 12.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 211 | 0.94 | 0 | 0.16 | 0.01 | 169.62 | 0.98 | 0.52 |
| Hex | F | FC | D3 | 5E | 0 | 10 | 1 | AA | 62 | 34 |
| Octal | 17 | 374 | 323 | 136 | 0 | 20 | 1 | 252 | 142 | 64 |
| Binary | 1111 | 11111100 | 11010011 | 1011110 | 0 | 10000 | 1 | 10101010 | 1100010 | 110100 |
Color Harmonies of #0FFCD3
Complementary color
Monochromatic Colors of #0FFCD3
Black with #0FFCD3
Text Example
Text Example
White with #0FFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCD3; }
p { color: rgb(15,252,211); }
H1.HeaderClassName
{
color: #0FFCD3;
}
.AnyTagClassName
{
color: #0FFCD3;
}
</style>
background-color css
<style>
a { background-color: #0FFCD3; }
a { background-color: rgb(15,252,211); }
div.DivClassName
{
background-color: #0FFCD3;
}
.BgClassName
{
background-color: #0FFCD3;
}
</style>
border-color css
<style>
span { border-color: #0FFCD3; }
span { border-color: rgb(15,252,211); }
td.TdClassName
{
border-color: #0FFCD3;
}
.TagClassName
{
border-color: #0FFCD3;
}
</style>