Html Css Color HEX #0DE5C2 Bright Turquoise

📋 copy color: '#0DE5C2'

red 13 ◦ green 229 ◦ blue 194

#0DE5C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0DE5C2

Tints of Bright Turquoise #0DE5C2

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.5%

R = 2.98%
G = 52.52%
B = 44.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#0DE5C2 (or 0x0DE5C2) is known color: 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

RGB 13 229 194 -
CMYK 0.94 0 0.15 0.10
HSL 170.28º 0.89% 0.47% -
HSV(B) 170.28º 0.94% 0.9% -
XYZ 37.92 60.02 60.63 -
YUV 160.43 146.94 22.85 -
System Red Green Blue C M Y K H S L
Decimal 13 229 194 0.94 0 0.15 0.10 170.28 0.89 0.47
Hex D E5 C2 5E 0 F A AA 59 2F
Octal 15 345 302 136 0 17 12 252 131 57
Binary 1101 11100101 11000010 1011110 0 1111 1010 10101010 1011001 101111

Color Harmonies of #0DE5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE5C2

Black with #0DE5C2

Text Example


Text Example

White with #0DE5C2

Text Example


Text Example

HTML Codes & Css Web 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>