#0AEBD9

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

Shades of Bright Turquoise #0AEBD9

Tints of Bright Turquoise #0AEBD9

Color information

#0AEBD9 (or 0x0AEBD9) is unknown color: approx Bright Turquoise. HEX triplet: 0A, EB and D9. RGB value is (10,235,217). Sum of RGB (Red+Green+Blue) = 10+235+217=462 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 462); Green value is 235 (92.19% from 255 or 50.87% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBD9 is #F51426. Grayscale: #A5A5A5. Windows color (decimal): -16061479 or 14281482. OLE color: 14281482.

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

Color convert

RGB10235217-
CMYK0.9600.080.08
HSL175.2º91.84%48.04%-
HSV(B)175.2º95.74%92.16%-
XYZ42.3664.4975.86-
YUV165.67156.9616.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.16%
GREEN value IS 235 (92.19% from 255) = 50.87%
BLUE value IS 217 (85.16% from 255) = 46.97%
R=2.16%
G=50.87%
B=46.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102352170.9600.080.08175.291.8448.04
HexAEBD960088af5c30
Octal123533311400101025713460
Binary101011101011110110011100000010001000101011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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