Shades of Bright Turquoise #0FFCDD
Tints of Bright Turquoise #0FFCDD
RGB
CMYK
RGB Variations
Color information
#0FFCDD (or 0x0FFCDD) is known color: Bright Turquoise. HEX triplet: 0F, FC and DD. RGB value is (15,252,221). Sum of RGB (Red+Green+Blue) = 15+252+221=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCDD is #F00322. Grayscale: #B1B1B1. Windows color (decimal): -15729443 or 14547983. OLE color: 14547983.
HSL color Cylindrical-coordinate representation of color #0FFCDD: hue angle of 172.15º 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 #0FFCDD is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 221 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.01 |
| HSL | 172.15º | 0.98% | 0.52% | - |
| HSV(B) | 172.15º | 0.94% | 0.99% | - |
| XYZ | 48.06 | 74.94 | 80.34 | - |
| YUV | 177.6 | 152.48 | 12.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 221 | 0.94 | 0 | 0.12 | 0.01 | 172.15 | 0.98 | 0.52 |
| Hex | F | FC | DD | 5E | 0 | C | 1 | AC | 62 | 34 |
| Octal | 17 | 374 | 335 | 136 | 0 | 14 | 1 | 254 | 142 | 64 |
| Binary | 1111 | 11111100 | 11011101 | 1011110 | 0 | 1100 | 1 | 10101100 | 1100010 | 110100 |
Color Harmonies of #0FFCDD
Complementary color
Monochromatic Colors of #0FFCDD
Black with #0FFCDD
Text Example
Text Example
White with #0FFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCDD; }
p { color: rgb(15,252,221); }
H1.HeaderClassName
{
color: #0FFCDD;
}
.AnyTagClassName
{
color: #0FFCDD;
}
</style>
background-color css
<style>
a { background-color: #0FFCDD; }
a { background-color: rgb(15,252,221); }
div.DivClassName
{
background-color: #0FFCDD;
}
.BgClassName
{
background-color: #0FFCDD;
}
</style>
border-color css
<style>
span { border-color: #0FFCDD; }
span { border-color: rgb(15,252,221); }
td.TdClassName
{
border-color: #0FFCDD;
}
.TagClassName
{
border-color: #0FFCDD;
}
</style>