#0EDDE9

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

Shades of Bright Turquoise #0EDDE9

Tints of Bright Turquoise #0EDDE9

Color information

#0EDDE9 (or 0x0EDDE9) is unknown color: approx Bright Turquoise. HEX triplet: 0E, DD and E9. RGB value is (14,221,233). Sum of RGB (Red+Green+Blue) = 14+221+233=468 (61% of max value = 765). Red value is 14 (5.86% from 255 or 2.99% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #0EDDE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EDDE9 is #F12216. Grayscale: #A0A0A0. Windows color (decimal): -15802903 or 15326478. OLE color: 15326478.

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

Color convert

RGB14221233-
CMYK0.940.0500.09
HSL183.29º88.66%48.43%-
HSV(B)183.29º93.99%91.37%-
XYZ40.7557.6986.08-
YUV160.48168.9223.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 2.99%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 233 (91.41% from 255) = 49.79%
R=2.99%
G=47.22%
B=49.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal142212330.940.0500.09183.2988.6648.43
HexEDDE95E509b75930
Octal16335351136501126713160
Binary11101101110111101001101111010101001101101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,221,233); }

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

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

 a { background-color: rgb(14,221,233); }

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

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

 span { border-color: rgb(14,221,233); }

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