#0AE4C3

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

Shades of Bright Turquoise #0AE4C3

Tints of Bright Turquoise #0AE4C3

Color information

#0AE4C3 (or 0x0AE4C3) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E4 and C3. RGB value is (10,228,195). Sum of RGB (Red+Green+Blue) = 10+228+195=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE4C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE4C3 is #F51B3C. Grayscale: #9E9E9E. Windows color (decimal): -16063293 or 12837898. OLE color: 12837898.

HSL color Cylindrical-coordinate representation of color #0AE4C3: hue angle of 170.92º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE4C3 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB10228195-
CMYK0.9600.140.11
HSL170.92º91.6%46.67%-
HSV(B)170.92º95.61%89.41%-
XYZ37.7259.4961.12-
YUV159.06148.2821.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.31%
GREEN value IS 228 (89.45% from 255) = 52.66%
BLUE value IS 195 (76.56% from 255) = 45.03%
R=2.31%
G=52.66%
B=45.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal102281950.9600.140.11170.9291.646.67
HexAE4C3600EBab5c2f
Octal123443031400161325313457
Binary101011100100110000111100000011101011101010111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,228,195); }

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

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

 a { background-color: rgb(10,228,195); }

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

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

 span { border-color: rgb(10,228,195); }

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