Html Css Color HEX #0AEED1 Bright Turquoise

📋 copy color: '#0AEED1'

red 10 ◦ green 238 ◦ blue 209

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

Shades of Bright Turquoise #0AEED1

Tints of Bright Turquoise #0AEED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.08%

 BLUE value IS 209 (82.03% from 255) = 45.73%

R = 2.19%
G = 52.08%
B = 45.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#0AEED1 (or 0x0AEED1) is known color: Bright Turquoise. HEX triplet: 0A, EE and D1. RGB value is (10,238,209). Sum of RGB (Red+Green+Blue) = 10+238+209=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEED1 is #F5112E. Grayscale: #A6A6A6. Windows color (decimal): -16060719 or 13757962. OLE color: 13757962.

HSL color Cylindrical-coordinate representation of color #0AEED1: hue angle of 172.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEED1 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 238 209 -
CMYK 0.96 0 0.12 0.07
HSL 172.37º 0.92% 0.49% -
HSV(B) 172.37º 0.96% 0.93% -
XYZ 42.21 65.82 70.8 -
YUV 166.52 151.96 16.36 -
System Red Green Blue C M Y K H S L
Decimal 10 238 209 0.96 0 0.12 0.07 172.37 0.92 0.49
Hex A EE D1 60 0 C 7 AC 5C 31
Octal 12 356 321 140 0 14 7 254 134 61
Binary 1010 11101110 11010001 1100000 0 1100 111 10101100 1011100 110001

Color Harmonies of #0AEED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEED1

Black with #0AEED1

Text Example


Text Example

White with #0AEED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,238,209); }

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

background-color css

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

 a { background-color: rgb(10,238,209); }

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

border-color css

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

 span { border-color: rgb(10,238,209); }

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