Html Css Color HEX #0AE2DB Bright Turquoise

📋 copy color: '#0AE2DB'

red 10 ◦ green 226 ◦ blue 219

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

Shades of Bright Turquoise #0AE2DB

Tints of Bright Turquoise #0AE2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 2.2%
G = 49.67%
B = 48.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#0AE2DB (or 0x0AE2DB) is known color: Bright Turquoise. HEX triplet: 0A, E2 and DB. RGB value is (10,226,219). Sum of RGB (Red+Green+Blue) = 10+226+219=455 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 455); Green value is 226 (88.67% from 255 or 49.67% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE2DB is #F51D24. Grayscale: #A0A0A0. Windows color (decimal): -16063781 or 14410250. OLE color: 14410250.

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

Color convert

RGB 10 226 219 -
CMYK 0.96 0 0.03 0.11
HSL 178.06º 0.92% 0.46% -
HSV(B) 178.06º 0.96% 0.89% -
XYZ 40.11 59.57 76.4 -
YUV 160.62 160.94 20.57 -
System Red Green Blue C M Y K H S L
Decimal 10 226 219 0.96 0 0.03 0.11 178.06 0.92 0.46
Hex A E2 DB 60 0 3 B B2 5C 2E
Octal 12 342 333 140 0 3 13 262 134 56
Binary 1010 11100010 11011011 1100000 0 11 1011 10110010 1011100 101110

Color Harmonies of #0AE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE2DB

Black with #0AE2DB

Text Example


Text Example

White with #0AE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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