#0AEBD8

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

Shades of Bright Turquoise #0AEBD8

Tints of Bright Turquoise #0AEBD8

Color information

#0AEBD8 (or 0x0AEBD8) is unknown color: approx Bright Turquoise. HEX triplet: 0A, EB and D8. RGB value is (10,235,216). Sum of RGB (Red+Green+Blue) = 10+235+216=461 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBD8 is #F51427. Grayscale: #A5A5A5. Windows color (decimal): -16061480 or 14215946. OLE color: 14215946.

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

Color convert

RGB10235216-
CMYK0.9600.080.08
HSL174.93º91.84%48.04%-
HSV(B)174.93º95.74%92.16%-
XYZ42.2364.4475.18-
YUV165.56156.4617.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.17%
GREEN value IS 235 (92.19% from 255) = 50.98%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=2.17%
G=50.98%
B=46.85%

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
Decimal102352160.9600.080.08174.9391.8448.04
HexAEBD860088af5c30
Octal123533301400101025713460
Binary101011101011110110001100000010001000101011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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