Html Css Color HEX #0AE5DA Bright Turquoise

📋 copy color: '#0AE5DA'

red 10 ◦ green 229 ◦ blue 218

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

Shades of Bright Turquoise #0AE5DA

Tints of Bright Turquoise #0AE5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 2.19%
G = 50.11%
B = 47.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#0AE5DA (or 0x0AE5DA) is known color: Bright Turquoise. HEX triplet: 0A, E5 and DA. RGB value is (10,229,218). Sum of RGB (Red+Green+Blue) = 10+229+218=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #0AE5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE5DA is #F51A25. Grayscale: #A2A2A2. Windows color (decimal): -16063014 or 14345482. OLE color: 14345482.

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

Color convert

RGB 10 229 218 -
CMYK 0.96 0 0.05 0.10
HSL 176.99º 0.92% 0.47% -
HSV(B) 176.99º 0.96% 0.9% -
XYZ 40.8 61.17 75.99 -
YUV 162.27 159.45 19.39 -
System Red Green Blue C M Y K H S L
Decimal 10 229 218 0.96 0 0.05 0.10 176.99 0.92 0.47
Hex A E5 DA 60 0 5 A B1 5C 2F
Octal 12 345 332 140 0 5 12 261 134 57
Binary 1010 11100101 11011010 1100000 0 101 1010 10110001 1011100 101111

Color Harmonies of #0AE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE5DA

Black with #0AE5DA

Text Example


Text Example

White with #0AE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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