Html Css Color HEX #0AE9BD Bright Turquoise

📋 copy color: '#0AE9BD'

red 10 ◦ green 233 ◦ blue 189

#0AE9BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0AE9BD

Tints of Bright Turquoise #0AE9BD

RGB

 RED value IS 10 (4.3% from 255) = 2.31%

 GREEN value IS 233 (91.41% from 255) = 53.94%

 BLUE value IS 189 (74.22% from 255) = 43.75%

R = 2.31%
G = 53.94%
B = 43.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#0AE9BD (or 0x0AE9BD) is known color: Bright Turquoise. HEX triplet: 0A, E9 and BD. RGB value is (10,233,189). Sum of RGB (Red+Green+Blue) = 10+233+189=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 233 (91.41% from 255 or 53.94% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE9BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AE9BD is #F51642. Grayscale: #A1A1A1. Windows color (decimal): -16062019 or 12445962. OLE color: 12445962.

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

Color convert

RGB 10 233 189 -
CMYK 0.96 0 0.19 0.09
HSL 168.16º 0.92% 0.48% -
HSV(B) 168.16º 0.96% 0.91% -
XYZ 38.45 62.02 58.09 -
YUV 161.31 143.62 20.08 -
System Red Green Blue C M Y K H S L
Decimal 10 233 189 0.96 0 0.19 0.09 168.16 0.92 0.48
Hex A E9 BD 60 0 13 9 A8 5C 30
Octal 12 351 275 140 0 23 11 250 134 60
Binary 1010 11101001 10111101 1100000 0 10011 1001 10101000 1011100 110000

Color Harmonies of #0AE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE9BD

Black with #0AE9BD

Text Example


Text Example

White with #0AE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,233,189); }

 H1.HeaderClassName
 {
   color: #0AE9BD;
 }
 .AnyTagClassName
 {
   color: #0AE9BD;
 }
</style>

background-color css

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

 a { background-color: rgb(10,233,189); }

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

border-color css

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

 span { border-color: rgb(10,233,189); }

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