Html Css Color HEX #0AE2D8 Bright Turquoise

📋 copy color: '#0AE2D8'

red 10 ◦ green 226 ◦ blue 216

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

Shades of Bright Turquoise #0AE2D8

Tints of Bright Turquoise #0AE2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 2.21%
G = 50%
B = 47.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#0AE2D8 (or 0x0AE2D8) is known color: Bright Turquoise. HEX triplet: 0A, E2 and D8. RGB value is (10,226,216). Sum of RGB (Red+Green+Blue) = 10+226+216=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE2D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE2D8 is #F51D27. Grayscale: #A0A0A0. Windows color (decimal): -16063784 or 14213642. OLE color: 14213642.

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

Color convert

RGB 10 226 216 -
CMYK 0.96 0 0.04 0.11
HSL 177.22º 0.92% 0.46% -
HSV(B) 177.22º 0.96% 0.89% -
XYZ 39.72 59.42 74.34 -
YUV 160.28 159.44 20.81 -
System Red Green Blue C M Y K H S L
Decimal 10 226 216 0.96 0 0.04 0.11 177.22 0.92 0.46
Hex A E2 D8 60 0 4 B B1 5C 2E
Octal 12 342 330 140 0 4 13 261 134 56
Binary 1010 11100010 11011000 1100000 0 100 1011 10110001 1011100 101110

Color Harmonies of #0AE2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE2D8

Black with #0AE2D8

Text Example


Text Example

White with #0AE2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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