Shades of Bright Turquoise #0FDCCD
Tints of Bright Turquoise #0FDCCD
RGB
CMYK
RGB Variations
Color information
#0FDCCD (or 0x0FDCCD) is known color: Bright Turquoise. HEX triplet: 0F, DC and CD. RGB value is (15,220,205). Sum of RGB (Red+Green+Blue) = 15+220+205=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDCCD is #F02332. Grayscale: #9C9C9C. Windows color (decimal): -15737651 or 13491215. OLE color: 13491215.
HSL color Cylindrical-coordinate representation of color #0FDCCD: hue angle of 175.61º 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 #0FDCCD is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 205 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.14 |
| HSL | 175.61º | 0.87% | 0.46% | - |
| HSV(B) | 175.61º | 0.93% | 0.86% | - |
| XYZ | 36.81 | 55.7 | 66.57 | - |
| YUV | 157 | 155.08 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 205 | 0.93 | 0 | 0.07 | 0.14 | 175.61 | 0.87 | 0.46 |
| Hex | F | DC | CD | 5D | 0 | 7 | E | B0 | 57 | 2E |
| Octal | 17 | 334 | 315 | 135 | 0 | 7 | 16 | 260 | 127 | 56 |
| Binary | 1111 | 11011100 | 11001101 | 1011101 | 0 | 111 | 1110 | 10110000 | 1010111 | 101110 |
Color Harmonies of #0FDCCD
Complementary color
Monochromatic Colors of #0FDCCD
Black with #0FDCCD
Text Example
Text Example
White with #0FDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCCD; }
p { color: rgb(15,220,205); }
H1.HeaderClassName
{
color: #0FDCCD;
}
.AnyTagClassName
{
color: #0FDCCD;
}
</style>
background-color css
<style>
a { background-color: #0FDCCD; }
a { background-color: rgb(15,220,205); }
div.DivClassName
{
background-color: #0FDCCD;
}
.BgClassName
{
background-color: #0FDCCD;
}
</style>
border-color css
<style>
span { border-color: #0FDCCD; }
span { border-color: rgb(15,220,205); }
td.TdClassName
{
border-color: #0FDCCD;
}
.TagClassName
{
border-color: #0FDCCD;
}
</style>