Html Css Color HEX #0DE9C0 Bright Turquoise

📋 copy color: '#0DE9C0'

red 13 ◦ green 233 ◦ blue 192

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

Shades of Bright Turquoise #0DE9C0

Tints of Bright Turquoise #0DE9C0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 53.2%

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 2.97%
G = 53.2%
B = 43.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#0DE9C0 (or 0x0DE9C0) is known color: Bright Turquoise. HEX triplet: 0D, E9 and C0. RGB value is (13,233,192). Sum of RGB (Red+Green+Blue) = 13+233+192=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #0DE9C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DE9C0 is #F2163F. Grayscale: #A2A2A2. Windows color (decimal): -15865408 or 12642573. OLE color: 12642573.

HSL color Cylindrical-coordinate representation of color #0DE9C0: hue angle of 168.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE9C0 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 13 233 192 -
CMYK 0.94 0 0.18 0.09
HSL 168.82º 0.89% 0.48% -
HSV(B) 168.82º 0.94% 0.91% -
XYZ 38.82 62.17 59.82 -
YUV 162.55 144.61 21.33 -
System Red Green Blue C M Y K H S L
Decimal 13 233 192 0.94 0 0.18 0.09 168.82 0.89 0.48
Hex D E9 C0 5E 0 12 9 A9 59 30
Octal 15 351 300 136 0 22 11 251 131 60
Binary 1101 11101001 11000000 1011110 0 10010 1001 10101001 1011001 110000

Color Harmonies of #0DE9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE9C0

Black with #0DE9C0

Text Example


Text Example

White with #0DE9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,233,192); }

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

background-color css

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

 a { background-color: rgb(13,233,192); }

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

border-color css

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

 span { border-color: rgb(13,233,192); }

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