Html Css Color HEX #0AE5DB Bright Turquoise

📋 copy color: '#0AE5DB'

red 10 ◦ green 229 ◦ blue 219

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

Shades of Bright Turquoise #0AE5DB

Tints of Bright Turquoise #0AE5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50%

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

R = 2.18%
G = 50%
B = 47.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#0AE5DB (or 0x0AE5DB) is known color: Bright Turquoise. HEX triplet: 0A, E5 and DB. RGB value is (10,229,219). Sum of RGB (Red+Green+Blue) = 10+229+219=458 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE5DB is #F51A24. Grayscale: #A2A2A2. Windows color (decimal): -16063013 or 14411018. OLE color: 14411018.

HSL color Cylindrical-coordinate representation of color #0AE5DB: hue angle of 177.26º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE5DB is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 229 219 -
CMYK 0.96 0 0.04 0.10
HSL 177.26º 0.92% 0.47% -
HSV(B) 177.26º 0.96% 0.9% -
XYZ 40.93 61.22 76.68 -
YUV 162.38 159.95 19.31 -
System Red Green Blue C M Y K H S L
Decimal 10 229 219 0.96 0 0.04 0.10 177.26 0.92 0.47
Hex A E5 DB 60 0 4 A B1 5C 2F
Octal 12 345 333 140 0 4 12 261 134 57
Binary 1010 11100101 11011011 1100000 0 100 1010 10110001 1011100 101111

Color Harmonies of #0AE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE5DB

Black with #0AE5DB

Text Example


Text Example

White with #0AE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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