#0AE7D2

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

Shades of Bright Turquoise #0AE7D2

Tints of Bright Turquoise #0AE7D2

Color information

#0AE7D2 (or 0x0AE7D2) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E7 and D2. RGB value is (10,231,210). Sum of RGB (Red+Green+Blue) = 10+231+210=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 231 (90.62% from 255 or 51.22% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE7D2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE7D2 is #F5182D. Grayscale: #A2A2A2. Windows color (decimal): -16062510 or 13821706. OLE color: 13821706.

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

Color convert

RGB10231210-
CMYK0.9600.090.09
HSL174.3º91.7%47.25%-
HSV(B)174.3º95.67%90.59%-
XYZ40.3361.8770.79-
YUV162.53154.7819.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.22%
GREEN value IS 231 (90.62% from 255) = 51.22%
BLUE value IS 210 (82.42% from 255) = 46.56%
R=2.22%
G=51.22%
B=46.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal102312100.9600.090.09174.391.747.25
HexAE7D260099ae5c2f
Octal123473221400111125613457
Binary101011100111110100101100000010011001101011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,231,210); }

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

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

 a { background-color: rgb(10,231,210); }

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

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

 span { border-color: rgb(10,231,210); }

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