Html Css Color HEX #0AEBD2 Bright Turquoise

📋 copy color: '#0AEBD2'

red 10 ◦ green 235 ◦ blue 210

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

Shades of Bright Turquoise #0AEBD2

Tints of Bright Turquoise #0AEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.65%

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

R = 2.2%
G = 51.65%
B = 46.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#0AEBD2 (or 0x0AEBD2) is known color: Bright Turquoise. HEX triplet: 0A, EB and D2. RGB value is (10,235,210). Sum of RGB (Red+Green+Blue) = 10+235+210=455 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBD2 is #F5142D. Grayscale: #A4A4A4. Windows color (decimal): -16061486 or 13822730. OLE color: 13822730.

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

Color convert

RGB 10 235 210 -
CMYK 0.96 0 0.11 0.08
HSL 173.33º 0.92% 0.48% -
HSV(B) 173.33º 0.96% 0.92% -
XYZ 41.47 64.13 71.17 -
YUV 164.88 153.46 17.53 -
System Red Green Blue C M Y K H S L
Decimal 10 235 210 0.96 0 0.11 0.08 173.33 0.92 0.48
Hex A EB D2 60 0 B 8 AD 5C 30
Octal 12 353 322 140 0 13 10 255 134 60
Binary 1010 11101011 11010010 1100000 0 1011 1000 10101101 1011100 110000

Color Harmonies of #0AEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEBD2

Black with #0AEBD2

Text Example


Text Example

White with #0AEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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