Html Css Color HEX #0AE5BF Bright Turquoise

📋 copy color: '#0AE5BF'

red 10 ◦ green 229 ◦ blue 191

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

Shades of Bright Turquoise #0AE5BF

Tints of Bright Turquoise #0AE5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 53.26%

 BLUE value IS 191 (75% from 255) = 44.42%

R = 2.33%
G = 53.26%
B = 44.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#0AE5BF (or 0x0AE5BF) is known color: Bright Turquoise. HEX triplet: 0A, E5 and BF. RGB value is (10,229,191). Sum of RGB (Red+Green+Blue) = 10+229+191=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE5BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE5BF is #F51A40. Grayscale: #9F9F9F. Windows color (decimal): -16063041 or 12576010. OLE color: 12576010.

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

Color convert

RGB 10 229 191 -
CMYK 0.96 0 0.17 0.10
HSL 169.59º 0.92% 0.47% -
HSV(B) 169.59º 0.96% 0.9% -
XYZ 37.55 59.86 58.87 -
YUV 159.19 145.95 21.59 -
System Red Green Blue C M Y K H S L
Decimal 10 229 191 0.96 0 0.17 0.10 169.59 0.92 0.47
Hex A E5 BF 60 0 11 A AA 5C 2F
Octal 12 345 277 140 0 21 12 252 134 57
Binary 1010 11100101 10111111 1100000 0 10001 1010 10101010 1011100 101111

Color Harmonies of #0AE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE5BF

Black with #0AE5BF

Text Example


Text Example

White with #0AE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,229,191); }

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

background-color css

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

 a { background-color: rgb(10,229,191); }

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

border-color css

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

 span { border-color: rgb(10,229,191); }

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