Html Css Color HEX #0AE2C6 Bright Turquoise

📋 copy color: '#0AE2C6'

red 10 ◦ green 226 ◦ blue 198

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

Shades of Bright Turquoise #0AE2C6

Tints of Bright Turquoise #0AE2C6

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.07%

 BLUE value IS 198 (77.73% from 255) = 45.62%

R = 2.3%
G = 52.07%
B = 45.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#0AE2C6 (or 0x0AE2C6) is known color: Bright Turquoise. HEX triplet: 0A, E2 and C6. RGB value is (10,226,198). Sum of RGB (Red+Green+Blue) = 10+226+198=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE2C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE2C6 is #F51D39. Grayscale: #9E9E9E. Windows color (decimal): -16063802 or 13033994. OLE color: 13033994.

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

Color convert

RGB 10 226 198 -
CMYK 0.96 0 0.12 0.11
HSL 172.22º 0.92% 0.46% -
HSV(B) 172.22º 0.96% 0.89% -
XYZ 37.51 58.53 62.75 -
YUV 158.22 150.44 22.28 -
System Red Green Blue C M Y K H S L
Decimal 10 226 198 0.96 0 0.12 0.11 172.22 0.92 0.46
Hex A E2 C6 60 0 C B AC 5C 2E
Octal 12 342 306 140 0 14 13 254 134 56
Binary 1010 11100010 11000110 1100000 0 1100 1011 10101100 1011100 101110

Color Harmonies of #0AE2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE2C6

Black with #0AE2C6

Text Example


Text Example

White with #0AE2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,226,198); }

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

background-color css

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

 a { background-color: rgb(10,226,198); }

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

border-color css

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

 span { border-color: rgb(10,226,198); }

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