Html Css Color HEX #0AEAD2 Bright Turquoise

📋 copy color: '#0AEAD2'

red 10 ◦ green 234 ◦ blue 210

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

Shades of Bright Turquoise #0AEAD2

Tints of Bright Turquoise #0AEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 2.2%
G = 51.54%
B = 46.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#0AEAD2 (or 0x0AEAD2) is known color: Bright Turquoise. HEX triplet: 0A, EA and D2. RGB value is (10,234,210). Sum of RGB (Red+Green+Blue) = 10+234+210=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #0AEAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEAD2 is #F5152D. Grayscale: #A4A4A4. Windows color (decimal): -16061742 or 13822474. OLE color: 13822474.

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

Color convert

RGB 10 234 210 -
CMYK 0.96 0 0.10 0.08
HSL 173.57º 0.92% 0.48% -
HSV(B) 173.57º 0.96% 0.92% -
XYZ 41.18 63.56 71.07 -
YUV 164.29 153.79 17.95 -
System Red Green Blue C M Y K H S L
Decimal 10 234 210 0.96 0 0.10 0.08 173.57 0.92 0.48
Hex A EA D2 60 0 A 8 AE 5C 30
Octal 12 352 322 140 0 12 10 256 134 60
Binary 1010 11101010 11010010 1100000 0 1010 1000 10101110 1011100 110000

Color Harmonies of #0AEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEAD2

Black with #0AEAD2

Text Example


Text Example

White with #0AEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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