Html Css Color HEX #0AE2CA Bright Turquoise

📋 copy color: '#0AE2CA'

red 10 ◦ green 226 ◦ blue 202

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

Shades of Bright Turquoise #0AE2CA

Tints of Bright Turquoise #0AE2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.6%

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

R = 2.28%
G = 51.6%
B = 46.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#0AE2CA (or 0x0AE2CA) is known color: Bright Turquoise. HEX triplet: 0A, E2 and CA. RGB value is (10,226,202). Sum of RGB (Red+Green+Blue) = 10+226+202=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 226 (88.67% from 255 or 51.60% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AE2CA is #F51D35. Grayscale: #9E9E9E. Windows color (decimal): -16063798 or 13296138. OLE color: 13296138.

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

Color convert

RGB 10 226 202 -
CMYK 0.96 0 0.11 0.11
HSL 173.33º 0.92% 0.46% -
HSV(B) 173.33º 0.96% 0.89% -
XYZ 37.98 58.72 65.21 -
YUV 158.68 152.44 21.95 -
System Red Green Blue C M Y K H S L
Decimal 10 226 202 0.96 0 0.11 0.11 173.33 0.92 0.46
Hex A E2 CA 60 0 B B AD 5C 2E
Octal 12 342 312 140 0 13 13 255 134 56
Binary 1010 11100010 11001010 1100000 0 1011 1011 10101101 1011100 101110

Color Harmonies of #0AE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE2CA

Black with #0AE2CA

Text Example


Text Example

White with #0AE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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