#0AE7D1

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

Shades of Bright Turquoise #0AE7D1

Tints of Bright Turquoise #0AE7D1

Color information

#0AE7D1 (or 0x0AE7D1) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E7 and D1. RGB value is (10,231,209). Sum of RGB (Red+Green+Blue) = 10+231+209=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #0AE7D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE7D1 is #F5182E. Grayscale: #A2A2A2. Windows color (decimal): -16062511 or 13756170. OLE color: 13756170.

HSL color Cylindrical-coordinate representation of color #0AE7D1: hue angle of 174.03º 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 #0AE7D1 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB10231209-
CMYK0.9600.100.09
HSL174.03º91.7%47.25%-
HSV(B)174.03º95.67%90.59%-
XYZ40.2161.8270.13-
YUV162.41154.2819.29-

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.33%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=2.22%
G=51.33%
B=46.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal102312090.9600.100.09174.0391.747.25
HexAE7D1600A9ae5c2f
Octal123473211400121125613457
Binary101011100111110100011100000010101001101011101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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