Html Css Color HEX #0DE5BF Bright Turquoise

📋 copy color: '#0DE5BF'

red 13 ◦ green 229 ◦ blue 191

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

Shades of Bright Turquoise #0DE5BF

Tints of Bright Turquoise #0DE5BF

RGB

 RED value IS 13 (5.47% from 255) = 3%

 GREEN value IS 229 (89.84% from 255) = 52.89%

 BLUE value IS 191 (75% from 255) = 44.11%

R = 3%
G = 52.89%
B = 44.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#0DE5BF (or 0x0DE5BF) is known color: Bright Turquoise. HEX triplet: 0D, E5 and BF. RGB value is (13,229,191). Sum of RGB (Red+Green+Blue) = 13+229+191=433 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DE5BF is #F21A40. Grayscale: #A0A0A0. Windows color (decimal): -15866433 or 12576013. OLE color: 12576013.

HSL color Cylindrical-coordinate representation of color #0DE5BF: hue angle of 169.44º 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 #0DE5BF is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 13 229 191 -
CMYK 0.94 0 0.17 0.10
HSL 169.44º 0.89% 0.47% -
HSV(B) 169.44º 0.94% 0.9% -
XYZ 37.59 59.89 58.87 -
YUV 160.08 145.44 23.09 -
System Red Green Blue C M Y K H S L
Decimal 13 229 191 0.94 0 0.17 0.10 169.44 0.89 0.47
Hex D E5 BF 5E 0 11 A A9 59 2F
Octal 15 345 277 136 0 21 12 251 131 57
Binary 1101 11100101 10111111 1011110 0 10001 1010 10101001 1011001 101111

Color Harmonies of #0DE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE5BF

Black with #0DE5BF

Text Example


Text Example

White with #0DE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DE5BF;
 }
 .AnyTagClassName
 {
   color: #0DE5BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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