Html Css Color HEX #A0ECEA Pale Turquoise

📋 copy color: '#A0ECEA'

red 160 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #A0ECEA

Tints of Pale Turquoise #A0ECEA

RGB

 RED value IS 160 (62.89% from 255) = 25.4%

 GREEN value IS 236 (92.58% from 255) = 37.46%

 BLUE value IS 234 (91.8% from 255) = 37.14%

R = 25.4%
G = 37.46%
B = 37.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A0ECEA (or 0xA0ECEA) is known color: Pale Turquoise. HEX triplet: A0, EC and EA. RGB value is (160,236,234). Sum of RGB (Red+Green+Blue) = 160+236+234=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECEA is #5F1315. Grayscale: #D4D4D4. Windows color (decimal): -6230806 or 15396000. OLE color: 15396000.

HSL color Cylindrical-coordinate representation of color #A0ECEA: hue angle of 178.42º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECEA is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 234 -
CMYK 0.32 0 0.01 0.07
HSL 178.42º 0.67% 0.78% -
HSV(B) 178.42º 0.32% 0.93% -
XYZ 59.34 73.41 88.88 -
YUV 213.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 160 236 234 0.32 0 0.01 0.07 178.42 0.67 0.78
Hex A0 EC EA 20 0 1 7 B2 43 4E
Octal 240 354 352 40 0 1 7 262 103 116
Binary 10100000 11101100 11101010 100000 0 1 111 10110010 1000011 1001110

Color Harmonies of #A0ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECEA

Black with #A0ECEA

Text Example


Text Example

White with #A0ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECEA; }

 p { color: rgb(160,236,234); }

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

background-color css

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

 a { background-color: rgb(160,236,234); }

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

border-color css

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

 span { border-color: rgb(160,236,234); }

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