#0DE0EA

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

Shades of Bright Turquoise #0DE0EA

Tints of Bright Turquoise #0DE0EA

Color information

#0DE0EA (or 0x0DE0EA) is unknown color: approx Bright Turquoise. HEX triplet: 0D, E0 and EA. RGB value is (13,224,234). Sum of RGB (Red+Green+Blue) = 13+224+234=471 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.76% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #0DE0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DE0EA is #F21F15. Grayscale: #A1A1A1. Windows color (decimal): -15867670 or 15392781. OLE color: 15392781.

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

Color convert

RGB13224234-
CMYK0.940.0400.08
HSL182.71º89.47%48.43%-
HSV(B)182.71º94.44%91.76%-
XYZ41.6759.3487.1-
YUV162.05168.621.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.76%
GREEN value IS 224 (87.89% from 255) = 47.56%
BLUE value IS 234 (91.80% from 255) = 49.68%
R=2.76%
G=47.56%
B=49.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132242340.940.0400.08182.7189.4748.43
HexDE0EA5E408b75930
Octal15340352136401026713160
Binary11011110000011101010101111010001000101101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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