Shades of Bright Turquoise #0FE8CD
Tints of Bright Turquoise #0FE8CD
RGB
CMYK
RGB Variations
Color information
#0FE8CD (or 0x0FE8CD) is known color: Bright Turquoise. HEX triplet: 0F, E8 and CD. RGB value is (15,232,205). Sum of RGB (Red+Green+Blue) = 15+232+205=452 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.32% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #0FE8CD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE8CD is #F01732. Grayscale: #A3A3A3. Windows color (decimal): -15734579 or 13494287. OLE color: 13494287.
HSL color Cylindrical-coordinate representation of color #0FE8CD: hue angle of 172.53º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE8CD is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 232 | 205 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.09 |
| HSL | 172.53º | 0.88% | 0.48% | - |
| HSV(B) | 172.53º | 0.94% | 0.91% | - |
| XYZ | 40.07 | 62.22 | 67.66 | - |
| YUV | 164.04 | 151.11 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 232 | 205 | 0.94 | 0 | 0.12 | 0.09 | 172.53 | 0.88 | 0.48 |
| Hex | F | E8 | CD | 5E | 0 | C | 9 | AD | 58 | 30 |
| Octal | 17 | 350 | 315 | 136 | 0 | 14 | 11 | 255 | 130 | 60 |
| Binary | 1111 | 11101000 | 11001101 | 1011110 | 0 | 1100 | 1001 | 10101101 | 1011000 | 110000 |
Color Harmonies of #0FE8CD
Complementary color
Monochromatic Colors of #0FE8CD
Black with #0FE8CD
Text Example
Text Example
White with #0FE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE8CD; }
p { color: rgb(15,232,205); }
H1.HeaderClassName
{
color: #0FE8CD;
}
.AnyTagClassName
{
color: #0FE8CD;
}
</style>
background-color css
<style>
a { background-color: #0FE8CD; }
a { background-color: rgb(15,232,205); }
div.DivClassName
{
background-color: #0FE8CD;
}
.BgClassName
{
background-color: #0FE8CD;
}
</style>
border-color css
<style>
span { border-color: #0FE8CD; }
span { border-color: rgb(15,232,205); }
td.TdClassName
{
border-color: #0FE8CD;
}
.TagClassName
{
border-color: #0FE8CD;
}
</style>