#0DEBD5

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

Shades of Bright Turquoise #0DEBD5

Tints of Bright Turquoise #0DEBD5

Color information

#0DEBD5 (or 0x0DEBD5) is unknown color: approx Bright Turquoise. HEX triplet: 0D, EB and D5. RGB value is (13,235,213). Sum of RGB (Red+Green+Blue) = 13+235+213=461 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.82% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #0DEBD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEBD5 is #F2142A. Grayscale: #A5A5A5. Windows color (decimal): -15864875 or 14019341. OLE color: 14019341.

HSL color Cylindrical-coordinate representation of color #0DEBD5: hue angle of 174.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEBD5 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB13235213-
CMYK0.9400.090.08
HSL174.05º89.52%48.63%-
HSV(B)174.05º94.47%92.16%-
XYZ41.8864.3173.16-
YUV166.11154.4518.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.82%
GREEN value IS 235 (92.19% from 255) = 50.98%
BLUE value IS 213 (83.59% from 255) = 46.20%
R=2.82%
G=50.98%
B=46.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132352130.9400.090.08174.0589.5248.63
HexDEBD55E098ae5a31
Octal153533251360111025613261
Binary110111101011110101011011110010011000101011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,235,213); }

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

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

 a { background-color: rgb(13,235,213); }

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

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

 span { border-color: rgb(13,235,213); }

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