Shades of Bright Turquoise #0FDDF0
Tints of Bright Turquoise #0FDDF0
RGB
CMYK
RGB Variations
Color information
#0FDDF0 (or 0x0FDDF0) is known color: Bright Turquoise. HEX triplet: 0F, DD and F0. RGB value is (15,221,240). Sum of RGB (Red+Green+Blue) = 15+221+240=476 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.15% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FDDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDDF0 is #F0220F. Grayscale: #A1A1A1. Windows color (decimal): -15737360 or 15785231. OLE color: 15785231.
HSL color Cylindrical-coordinate representation of color #0FDDF0: hue angle of 185.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDDF0 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 221 | 240 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.06 |
| HSL | 185.07º | 0.88% | 0.5% | - |
| HSV(B) | 185.07º | 0.94% | 0.94% | - |
| XYZ | 41.78 | 58.11 | 91.45 | - |
| YUV | 161.57 | 172.25 | 23.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 240 | 0.94 | 0.08 | 0 | 0.06 | 185.07 | 0.88 | 0.5 |
| Hex | F | DD | F0 | 5E | 8 | 0 | 6 | B9 | 58 | 32 |
| Octal | 17 | 335 | 360 | 136 | 10 | 0 | 6 | 271 | 130 | 62 |
| Binary | 1111 | 11011101 | 11110000 | 1011110 | 1000 | 0 | 110 | 10111001 | 1011000 | 110010 |
Color Harmonies of #0FDDF0
Complementary color
Monochromatic Colors of #0FDDF0
Black with #0FDDF0
Text Example
Text Example
White with #0FDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDF0; }
p { color: rgb(15,221,240); }
H1.HeaderClassName
{
color: #0FDDF0;
}
.AnyTagClassName
{
color: #0FDDF0;
}
</style>
background-color css
<style>
a { background-color: #0FDDF0; }
a { background-color: rgb(15,221,240); }
div.DivClassName
{
background-color: #0FDDF0;
}
.BgClassName
{
background-color: #0FDDF0;
}
</style>
border-color css
<style>
span { border-color: #0FDDF0; }
span { border-color: rgb(15,221,240); }
td.TdClassName
{
border-color: #0FDDF0;
}
.TagClassName
{
border-color: #0FDDF0;
}
</style>