#0AE1D9

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

Shades of Bright Turquoise #0AE1D9

Tints of Bright Turquoise #0AE1D9

Color information

#0AE1D9 (or 0x0AE1D9) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E1 and D9. RGB value is (10,225,217). Sum of RGB (Red+Green+Blue) = 10+225+217=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE1D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE1D9 is #F51E26. Grayscale: #9F9F9F. Windows color (decimal): -16064039 or 14278922. OLE color: 14278922.

HSL color Cylindrical-coordinate representation of color #0AE1D9: hue angle of 177.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE1D9 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB10225217-
CMYK0.9600.040.12
HSL177.77º91.49%46.08%-
HSV(B)177.77º95.56%88.24%-
XYZ39.5758.9274.93-
YUV159.8160.2721.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.21%
GREEN value IS 225 (88.28% from 255) = 49.78%
BLUE value IS 217 (85.16% from 255) = 48.01%
R=2.21%
G=49.78%
B=48.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal102252170.9600.040.12177.7791.4946.08
HexAE1D96004Cb25b2e
Octal12341331140041426213356
Binary10101110000111011001110000001001100101100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,225,217); }

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

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

 a { background-color: rgb(10,225,217); }

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

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

 span { border-color: rgb(10,225,217); }

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