Html Css Color HEX #0AE3DA Bright Turquoise

📋 copy color: '#0AE3DA'

red 10 ◦ green 227 ◦ blue 218

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

Shades of Bright Turquoise #0AE3DA

Tints of Bright Turquoise #0AE3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.89%

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

R = 2.2%
G = 49.89%
B = 47.91%

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

#0AE3DA (or 0x0AE3DA) is known color: Bright Turquoise. HEX triplet: 0A, E3 and DA. RGB value is (10,227,218). Sum of RGB (Red+Green+Blue) = 10+227+218=455 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE3DA is #F51C25. Grayscale: #A0A0A0. Windows color (decimal): -16063526 or 14344970. OLE color: 14344970.

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

Color convert

RGB 10 227 218 -
CMYK 0.96 0 0.04 0.11
HSL 177.51º 0.92% 0.46% -
HSV(B) 177.51º 0.96% 0.89% -
XYZ 40.25 60.06 75.8 -
YUV 161.09 160.11 20.23 -
System Red Green Blue C M Y K H S L
Decimal 10 227 218 0.96 0 0.04 0.11 177.51 0.92 0.46
Hex A E3 DA 60 0 4 B B2 5C 2E
Octal 12 343 332 140 0 4 13 262 134 56
Binary 1010 11100011 11011010 1100000 0 100 1011 10110010 1011100 101110

Color Harmonies of #0AE3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE3DA

Black with #0AE3DA

Text Example


Text Example

White with #0AE3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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