Shades of Bright Turquoise #0DE1FA
Tints of Bright Turquoise #0DE1FA
RGB
CMYK
RGB Variations
Color information
#0DE1FA (or 0x0DE1FA) is known color: Bright Turquoise. HEX triplet: 0D, E1 and FA. RGB value is (13,225,250). Sum of RGB (Red+Green+Blue) = 13+225+250=488 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.66% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DE1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DE1FA is #F21E05. Grayscale: #A4A4A4. Windows color (decimal): -15867398 or 16441613. OLE color: 16441613.
HSL color Cylindrical-coordinate representation of color #0DE1FA: hue angle of 186.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DE1FA is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 225 | 250 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.02 |
| HSL | 186.33º | 0.96% | 0.52% | - |
| HSV(B) | 186.33º | 0.95% | 0.98% | - |
| XYZ | 44.35 | 60.84 | 99.85 | - |
| YUV | 164.46 | 176.26 | 19.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 250 | 0.95 | 0.10 | 0 | 0.02 | 186.33 | 0.96 | 0.52 |
| Hex | D | E1 | FA | 5F | A | 0 | 2 | BA | 60 | 34 |
| Octal | 15 | 341 | 372 | 137 | 12 | 0 | 2 | 272 | 140 | 64 |
| Binary | 1101 | 11100001 | 11111010 | 1011111 | 1010 | 0 | 10 | 10111010 | 1100000 | 110100 |
Color Harmonies of #0DE1FA
Complementary color
Monochromatic Colors of #0DE1FA
Black with #0DE1FA
Text Example
Text Example
White with #0DE1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE1FA; }
p { color: rgb(13,225,250); }
H1.HeaderClassName
{
color: #0DE1FA;
}
.AnyTagClassName
{
color: #0DE1FA;
}
</style>
background-color css
<style>
a { background-color: #0DE1FA; }
a { background-color: rgb(13,225,250); }
div.DivClassName
{
background-color: #0DE1FA;
}
.BgClassName
{
background-color: #0DE1FA;
}
</style>
border-color css
<style>
span { border-color: #0DE1FA; }
span { border-color: rgb(13,225,250); }
td.TdClassName
{
border-color: #0DE1FA;
}
.TagClassName
{
border-color: #0DE1FA;
}
</style>