#0AE5ED

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

Shades of Bright Turquoise #0AE5ED

Tints of Bright Turquoise #0AE5ED

Color information

#0AE5ED (or 0x0AE5ED) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E5 and ED. RGB value is (10,229,237). Sum of RGB (Red+Green+Blue) = 10+229+237=476 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #0AE5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE5ED is #F51A12. Grayscale: #A4A4A4. Windows color (decimal): -16062995 or 15590666. OLE color: 15590666.

HSL color Cylindrical-coordinate representation of color #0AE5ED: hue angle of 182.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE5ED is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10229237-
CMYK0.960.0300.07
HSL182.11º91.9%48.43%-
HSV(B)182.11º95.78%92.94%-
XYZ43.4362.2289.84-
YUV164.43168.9517.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.10%
GREEN value IS 229 (89.84% from 255) = 48.11%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=2.10%
G=48.11%
B=49.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal102292370.960.0300.07182.1191.948.43
HexAE5ED60307b65c30
Octal1234535514030726613460
Binary101011100101111011011100000110111101101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,229,237); }

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

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

 a { background-color: rgb(10,229,237); }

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

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

 span { border-color: rgb(10,229,237); }

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