#0AE9BE

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

Shades of Bright Turquoise #0AE9BE

Tints of Bright Turquoise #0AE9BE

Color information

#0AE9BE (or 0x0AE9BE) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E9 and BE. RGB value is (10,233,190). Sum of RGB (Red+Green+Blue) = 10+233+190=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE9BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE9BE is #F51641. Grayscale: #A1A1A1. Windows color (decimal): -16062018 or 12511498. OLE color: 12511498.

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

Color convert

RGB10233190-
CMYK0.9600.180.09
HSL168.43º91.77%47.65%-
HSV(B)168.43º95.71%91.37%-
XYZ38.5662.0658.66-
YUV161.42144.1220-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.31%
GREEN value IS 233 (91.41% from 255) = 53.81%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=2.31%
G=53.81%
B=43.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal102331900.9600.180.09168.4391.7747.65
HexAE9BE600129a85c30
Octal123512761400221125013460
Binary1010111010011011111011000000100101001101010001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,233,190); }

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

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

 a { background-color: rgb(10,233,190); }

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

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

 span { border-color: rgb(10,233,190); }

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