#0AE0EB

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

Shades of Bright Turquoise #0AE0EB

Tints of Bright Turquoise #0AE0EB

Color information

#0AE0EB (or 0x0AE0EB) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E0 and EB. RGB value is (10,224,235). Sum of RGB (Red+Green+Blue) = 10+224+235=469 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #0AE0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE0EB is #F51F14. Grayscale: #A1A1A1. Windows color (decimal): -16064277 or 15458314. OLE color: 15458314.

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

Color convert

RGB10224235-
CMYK0.960.0500.08
HSL182.93º91.84%48.04%-
HSV(B)182.93º95.74%92.16%-
XYZ41.7859.3787.86-
YUV161.27169.620.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.13%
GREEN value IS 224 (87.89% from 255) = 47.76%
BLUE value IS 235 (92.19% from 255) = 50.11%
R=2.13%
G=47.76%
B=50.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102242350.960.0500.08182.9391.8448.04
HexAE0EB60508b75c30
Octal12340353140501026713460
Binary10101110000011101011110000010101000101101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,224,235); }

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

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

 a { background-color: rgb(10,224,235); }

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

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

 span { border-color: rgb(10,224,235); }

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