#0AEBDE

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

Shades of Bright Turquoise #0AEBDE

Tints of Bright Turquoise #0AEBDE

Color information

#0AEBDE (or 0x0AEBDE) is unknown color: approx Bright Turquoise. HEX triplet: 0A, EB and DE. RGB value is (10,235,222). Sum of RGB (Red+Green+Blue) = 10+235+222=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBDE is #F51421. Grayscale: #A6A6A6. Windows color (decimal): -16061474 or 14609162. OLE color: 14609162.

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

Color convert

RGB10235222-
CMYK0.9600.060.08
HSL176.53º91.84%48.04%-
HSV(B)176.53º95.74%92.16%-
XYZ43.0264.7679.34-
YUV166.24159.4616.56-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.14%
GREEN value IS 235 (92.19% from 255) = 50.32%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=2.14%
G=50.32%
B=47.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102352220.9600.060.08176.5391.8448.04
HexAEBDE60068b15c30
Octal12353336140061026113460
Binary10101110101111011110110000001101000101100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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