#0DE9EA

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

Shades of Bright Turquoise #0DE9EA

Tints of Bright Turquoise #0DE9EA

Color information

#0DE9EA (or 0x0DE9EA) is unknown color: approx Bright Turquoise. HEX triplet: 0D, E9 and EA. RGB value is (13,233,234). Sum of RGB (Red+Green+Blue) = 13+233+234=480 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.71% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DE9EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DE9EA is #F21615. Grayscale: #A7A7A7. Windows color (decimal): -15865366 or 15395085. OLE color: 15395085.

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

Color convert

RGB13233234-
CMYK0.940.0000.08
HSL180.27º89.47%48.43%-
HSV(B)180.27º94.44%91.76%-
XYZ44.1664.387.93-
YUV167.33165.6117.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.71%
GREEN value IS 233 (91.41% from 255) = 48.54%
BLUE value IS 234 (91.80% from 255) = 48.75%
R=2.71%
G=48.54%
B=48.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132332340.940.0000.08180.2789.4748.43
HexDE9EA5E008b45930
Octal15351352136001026413160
Binary110111101001111010101011110001000101101001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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