Shades of Bright Turquoise #0FFCDA
Tints of Bright Turquoise #0FFCDA
RGB
CMYK
RGB Variations
Color information
#0FFCDA (or 0x0FFCDA) is known color: Bright Turquoise. HEX triplet: 0F, FC and DA. RGB value is (15,252,218). Sum of RGB (Red+Green+Blue) = 15+252+218=485 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCDA is #F00325. Grayscale: #B1B1B1. Windows color (decimal): -15729446 or 14351375. OLE color: 14351375.
HSL color Cylindrical-coordinate representation of color #0FFCDA: hue angle of 171.39º 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 #0FFCDA is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 218 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.01 |
| HSL | 171.39º | 0.98% | 0.52% | - |
| HSV(B) | 171.39º | 0.94% | 0.99% | - |
| XYZ | 47.66 | 74.78 | 78.25 | - |
| YUV | 177.26 | 150.98 | 12.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 218 | 0.94 | 0 | 0.13 | 0.01 | 171.39 | 0.98 | 0.52 |
| Hex | F | FC | DA | 5E | 0 | D | 1 | AB | 62 | 34 |
| Octal | 17 | 374 | 332 | 136 | 0 | 15 | 1 | 253 | 142 | 64 |
| Binary | 1111 | 11111100 | 11011010 | 1011110 | 0 | 1101 | 1 | 10101011 | 1100010 | 110100 |
Color Harmonies of #0FFCDA
Complementary color
Monochromatic Colors of #0FFCDA
Black with #0FFCDA
Text Example
Text Example
White with #0FFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCDA; }
p { color: rgb(15,252,218); }
H1.HeaderClassName
{
color: #0FFCDA;
}
.AnyTagClassName
{
color: #0FFCDA;
}
</style>
background-color css
<style>
a { background-color: #0FFCDA; }
a { background-color: rgb(15,252,218); }
div.DivClassName
{
background-color: #0FFCDA;
}
.BgClassName
{
background-color: #0FFCDA;
}
</style>
border-color css
<style>
span { border-color: #0FFCDA; }
span { border-color: rgb(15,252,218); }
td.TdClassName
{
border-color: #0FFCDA;
}
.TagClassName
{
border-color: #0FFCDA;
}
</style>