Html Css Color HEX #0AEABD Bright Turquoise

📋 copy color: '#0AEABD'

red 10 ◦ green 234 ◦ blue 189

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

Shades of Bright Turquoise #0AEABD

Tints of Bright Turquoise #0AEABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 54.04%

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

R = 2.31%
G = 54.04%
B = 43.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#0AEABD (or 0x0AEABD) is known color: Bright Turquoise. HEX triplet: 0A, EA and BD. RGB value is (10,234,189). Sum of RGB (Red+Green+Blue) = 10+234+189=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEABD is #F51542. Grayscale: #A1A1A1. Windows color (decimal): -16061763 or 12446218. OLE color: 12446218.

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

Color convert

RGB 10 234 189 -
CMYK 0.96 0 0.19 0.08
HSL 167.95º 0.92% 0.48% -
HSV(B) 167.95º 0.96% 0.92% -
XYZ 38.73 62.58 58.18 -
YUV 161.89 143.29 19.66 -
System Red Green Blue C M Y K H S L
Decimal 10 234 189 0.96 0 0.19 0.08 167.95 0.92 0.48
Hex A EA BD 60 0 13 8 A8 5C 30
Octal 12 352 275 140 0 23 10 250 134 60
Binary 1010 11101010 10111101 1100000 0 10011 1000 10101000 1011100 110000

Color Harmonies of #0AEABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEABD

Black with #0AEABD

Text Example


Text Example

White with #0AEABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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