Html Css Color HEX #0AE0CA Bright Turquoise

📋 copy color: '#0AE0CA'

red 10 ◦ green 224 ◦ blue 202

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

Shades of Bright Turquoise #0AE0CA

Tints of Bright Turquoise #0AE0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 2.29%
G = 51.38%
B = 46.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#0AE0CA (or 0x0AE0CA) is known color: Bright Turquoise. HEX triplet: 0A, E0 and CA. RGB value is (10,224,202). Sum of RGB (Red+Green+Blue) = 10+224+202=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE0CA is #F51F35. Grayscale: #9D9D9D. Windows color (decimal): -16064310 or 13295626. OLE color: 13295626.

HSL color Cylindrical-coordinate representation of color #0AE0CA: hue angle of 173.83º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE0CA is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 224 202 -
CMYK 0.96 0 0.10 0.12
HSL 173.83º 0.91% 0.46% -
HSV(B) 173.83º 0.96% 0.88% -
XYZ 37.44 57.64 65.03 -
YUV 157.51 153.1 22.79 -
System Red Green Blue C M Y K H S L
Decimal 10 224 202 0.96 0 0.10 0.12 173.83 0.91 0.46
Hex A E0 CA 60 0 A C AE 5B 2E
Octal 12 340 312 140 0 12 14 256 133 56
Binary 1010 11100000 11001010 1100000 0 1010 1100 10101110 1011011 101110

Color Harmonies of #0AE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE0CA

Black with #0AE0CA

Text Example


Text Example

White with #0AE0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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