Html Css Color HEX #0AE0EC Bright Turquoise

📋 copy color: '#0AE0EC'

red 10 ◦ green 224 ◦ blue 236

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

Shades of Bright Turquoise #0AE0EC

Tints of Bright Turquoise #0AE0EC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.66%

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

R = 2.13%
G = 47.66%
B = 50.21%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0AE0EC (or 0x0AE0EC) is known color: Bright Turquoise. HEX triplet: 0A, E0 and EC. RGB value is (10,224,236). Sum of RGB (Red+Green+Blue) = 10+224+236=470 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #0AE0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE0EC is #F51F13. Grayscale: #A1A1A1. Windows color (decimal): -16064276 or 15523850. OLE color: 15523850.

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

Color convert

RGB 10 224 236 -
CMYK 0.96 0.05 0 0.07
HSL 183.19º 0.92% 0.48% -
HSV(B) 183.19º 0.96% 0.93% -
XYZ 41.92 59.43 88.62 -
YUV 161.38 170.1 20.02 -
System Red Green Blue C M Y K H S L
Decimal 10 224 236 0.96 0.05 0 0.07 183.19 0.92 0.48
Hex A E0 EC 60 5 0 7 B7 5C 30
Octal 12 340 354 140 5 0 7 267 134 60
Binary 1010 11100000 11101100 1100000 101 0 111 10110111 1011100 110000

Color Harmonies of #0AE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE0EC

Black with #0AE0EC

Text Example


Text Example

White with #0AE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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