Shades of Bright Turquoise #0FE1CD
Tints of Bright Turquoise #0FE1CD
RGB
CMYK
RGB Variations
Color information
#0FE1CD (or 0x0FE1CD) is known color: Bright Turquoise. HEX triplet: 0F, E1 and CD. RGB value is (15,225,205). Sum of RGB (Red+Green+Blue) = 15+225+205=445 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.37% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE1CD is #F01E32. Grayscale: #9F9F9F. Windows color (decimal): -15736371 or 13492495. OLE color: 13492495.
HSL color Cylindrical-coordinate representation of color #0FE1CD: hue angle of 174.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE1CD is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 205 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.12 |
| HSL | 174.29º | 0.88% | 0.47% | - |
| HSV(B) | 174.29º | 0.93% | 0.88% | - |
| XYZ | 38.14 | 58.36 | 67.01 | - |
| YUV | 159.93 | 153.43 | 24.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 205 | 0.93 | 0 | 0.09 | 0.12 | 174.29 | 0.88 | 0.47 |
| Hex | F | E1 | CD | 5D | 0 | 9 | C | AE | 58 | 2F |
| Octal | 17 | 341 | 315 | 135 | 0 | 11 | 14 | 256 | 130 | 57 |
| Binary | 1111 | 11100001 | 11001101 | 1011101 | 0 | 1001 | 1100 | 10101110 | 1011000 | 101111 |
Color Harmonies of #0FE1CD
Complementary color
Monochromatic Colors of #0FE1CD
Black with #0FE1CD
Text Example
Text Example
White with #0FE1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE1CD; }
p { color: rgb(15,225,205); }
H1.HeaderClassName
{
color: #0FE1CD;
}
.AnyTagClassName
{
color: #0FE1CD;
}
</style>
background-color css
<style>
a { background-color: #0FE1CD; }
a { background-color: rgb(15,225,205); }
div.DivClassName
{
background-color: #0FE1CD;
}
.BgClassName
{
background-color: #0FE1CD;
}
</style>
border-color css
<style>
span { border-color: #0FE1CD; }
span { border-color: rgb(15,225,205); }
td.TdClassName
{
border-color: #0FE1CD;
}
.TagClassName
{
border-color: #0FE1CD;
}
</style>