#0DE5C2

Color #0DE5C2 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0DE5C2

Tints of Bright Turquoise #0DE5C2

Color information

#0DE5C2 (or 0x0DE5C2) is unknown color: approx Bright Turquoise. HEX triplet: 0D, E5 and C2. RGB value is (13,229,194). Sum of RGB (Red+Green+Blue) = 13+229+194=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE5C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE5C2 is #F21A3D. Grayscale: #A0A0A0. Windows color (decimal): -15866430 or 12772621. OLE color: 12772621.

HSL color Cylindrical-coordinate representation of color #0DE5C2: hue angle of 170.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE5C2 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB13229194-
CMYK0.9400.150.10
HSL170.28º89.26%47.45%-
HSV(B)170.28º94.32%89.8%-
XYZ37.9260.0260.63-
YUV160.43146.9422.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 2.98%
GREEN value IS 229 (89.84% from 255) = 52.52%
BLUE value IS 194 (76.17% from 255) = 44.50%
R=2.98%
G=52.52%
B=44.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132291940.9400.150.10170.2889.2647.45
HexDE5C25E0FAaa592f
Octal153453021360171225213157
Binary110111100101110000101011110011111010101010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DE5C2; }

 p { color: rgb(13,229,194); }

 H1.HeaderClassName
 {
   color: #0DE5C2;
 }
 .AnyTagClassName
 {
   color: #0DE5C2;
 }
</style>
background-color css

<style>
 a { background-color: #0DE5C2; }

 a { background-color: rgb(13,229,194); }

 div.DivClassName
 {
   background-color: #0DE5C2;
 }
 .BgClassName
 {
   background-color: #0DE5C2;
 }
</style>
border-color css

<style>
 span { border-color: #0DE5C2; }

 span { border-color: rgb(13,229,194); }

 td.TdClassName
 {
   border-color: #0DE5C2;
 }
 .TagClassName
 {
   border-color: #0DE5C2;
 }
</style>