Shades of Bright Turquoise #0FDCD3
Tints of Bright Turquoise #0FDCD3
RGB
CMYK
RGB Variations
Color information
#0FDCD3 (or 0x0FDCD3) is known color: Bright Turquoise. HEX triplet: 0F, DC and D3. RGB value is (15,220,211). Sum of RGB (Red+Green+Blue) = 15+220+211=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCD3 is #F0232C. Grayscale: #9D9D9D. Windows color (decimal): -15737645 or 13884431. OLE color: 13884431.
HSL color Cylindrical-coordinate representation of color #0FDCD3: hue angle of 177.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDCD3 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 211 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.14 |
| HSL | 177.37º | 0.87% | 0.46% | - |
| HSV(B) | 177.37º | 0.93% | 0.86% | - |
| XYZ | 37.55 | 55.99 | 70.46 | - |
| YUV | 157.68 | 158.08 | 26.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 211 | 0.93 | 0 | 0.04 | 0.14 | 177.37 | 0.87 | 0.46 |
| Hex | F | DC | D3 | 5D | 0 | 4 | E | B1 | 57 | 2E |
| Octal | 17 | 334 | 323 | 135 | 0 | 4 | 16 | 261 | 127 | 56 |
| Binary | 1111 | 11011100 | 11010011 | 1011101 | 0 | 100 | 1110 | 10110001 | 1010111 | 101110 |
Color Harmonies of #0FDCD3
Complementary color
Monochromatic Colors of #0FDCD3
Black with #0FDCD3
Text Example
Text Example
White with #0FDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCD3; }
p { color: rgb(15,220,211); }
H1.HeaderClassName
{
color: #0FDCD3;
}
.AnyTagClassName
{
color: #0FDCD3;
}
</style>
background-color css
<style>
a { background-color: #0FDCD3; }
a { background-color: rgb(15,220,211); }
div.DivClassName
{
background-color: #0FDCD3;
}
.BgClassName
{
background-color: #0FDCD3;
}
</style>
border-color css
<style>
span { border-color: #0FDCD3; }
span { border-color: rgb(15,220,211); }
td.TdClassName
{
border-color: #0FDCD3;
}
.TagClassName
{
border-color: #0FDCD3;
}
</style>