#0AE1D8

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

Shades of Bright Turquoise #0AE1D8

Tints of Bright Turquoise #0AE1D8

Color information

#0AE1D8 (or 0x0AE1D8) is unknown color: approx Bright Turquoise. HEX triplet: 0A, E1 and D8. RGB value is (10,225,216). Sum of RGB (Red+Green+Blue) = 10+225+216=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #0AE1D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE1D8 is #F51E27. Grayscale: #9F9F9F. Windows color (decimal): -16064040 or 14213386. OLE color: 14213386.

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

Color convert

RGB10225216-
CMYK0.9600.040.12
HSL177.49º91.49%46.08%-
HSV(B)177.49º95.56%88.24%-
XYZ39.4558.8774.25-
YUV159.69159.7721.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.22%
GREEN value IS 225 (88.28% from 255) = 49.89%
BLUE value IS 216 (84.77% from 255) = 47.89%
R=2.22%
G=49.89%
B=47.89%

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
Decimal102252160.9600.040.12177.4991.4946.08
HexAE1D86004Cb15b2e
Octal12341330140041426113356
Binary10101110000111011000110000001001100101100011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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