Shades of Bright Turquoise #0DEEC3
Tints of Bright Turquoise #0DEEC3
RGB
CMYK
RGB Variations
Color information
#0DEEC3 (or 0x0DEEC3) is known color: Bright Turquoise. HEX triplet: 0D, EE and C3. RGB value is (13,238,195). Sum of RGB (Red+Green+Blue) = 13+238+195=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEEC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEEC3 is #F2113C. Grayscale: #A5A5A5. Windows color (decimal): -15864125 or 12840461. OLE color: 12840461.
HSL color Cylindrical-coordinate representation of color #0DEEC3: hue angle of 168.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEEC3 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 238 | 195 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.07 |
| HSL | 168.53º | 0.9% | 0.49% | - |
| HSV(B) | 168.53º | 0.95% | 0.93% | - |
| XYZ | 40.59 | 65.17 | 62.07 | - |
| YUV | 165.82 | 144.46 | 19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 195 | 0.95 | 0 | 0.18 | 0.07 | 168.53 | 0.9 | 0.49 |
| Hex | D | EE | C3 | 5F | 0 | 12 | 7 | A9 | 5A | 31 |
| Octal | 15 | 356 | 303 | 137 | 0 | 22 | 7 | 251 | 132 | 61 |
| Binary | 1101 | 11101110 | 11000011 | 1011111 | 0 | 10010 | 111 | 10101001 | 1011010 | 110001 |
Color Harmonies of #0DEEC3
Complementary color
Monochromatic Colors of #0DEEC3
Black with #0DEEC3
Text Example
Text Example
White with #0DEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEEC3; }
p { color: rgb(13,238,195); }
H1.HeaderClassName
{
color: #0DEEC3;
}
.AnyTagClassName
{
color: #0DEEC3;
}
</style>
background-color css
<style>
a { background-color: #0DEEC3; }
a { background-color: rgb(13,238,195); }
div.DivClassName
{
background-color: #0DEEC3;
}
.BgClassName
{
background-color: #0DEEC3;
}
</style>
border-color css
<style>
span { border-color: #0DEEC3; }
span { border-color: rgb(13,238,195); }
td.TdClassName
{
border-color: #0DEEC3;
}
.TagClassName
{
border-color: #0DEEC3;
}
</style>