Html Css Color HEX #0AE3EC Bright Turquoise

📋 copy color: '#0AE3EC'

red 10 ◦ green 227 ◦ blue 236

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

Shades of Bright Turquoise #0AE3EC

Tints of Bright Turquoise #0AE3EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 2.11%
G = 47.99%
B = 49.89%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0AE3EC (or 0x0AE3EC) is known color: Bright Turquoise. HEX triplet: 0A, E3 and EC. RGB value is (10,227,236). Sum of RGB (Red+Green+Blue) = 10+227+236=473 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #0AE3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE3EC is #F51C13. Grayscale: #A2A2A2. Windows color (decimal): -16063508 or 15524618. OLE color: 15524618.

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

Color convert

RGB 10 227 236 -
CMYK 0.96 0.04 0 0.07
HSL 182.39º 0.92% 0.48% -
HSV(B) 182.39º 0.96% 0.93% -
XYZ 42.73 61.06 88.89 -
YUV 163.14 169.11 18.77 -
System Red Green Blue C M Y K H S L
Decimal 10 227 236 0.96 0.04 0 0.07 182.39 0.92 0.48
Hex A E3 EC 60 4 0 7 B6 5C 30
Octal 12 343 354 140 4 0 7 266 134 60
Binary 1010 11100011 11101100 1100000 100 0 111 10110110 1011100 110000

Color Harmonies of #0AE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE3EC

Black with #0AE3EC

Text Example


Text Example

White with #0AE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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