Html Css Color HEX #A4ECE7 Pale Turquoise

📋 copy color: '#A4ECE7'

red 164 ◦ green 236 ◦ blue 231

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

Shades of Pale Turquoise #A4ECE7

Tints of Pale Turquoise #A4ECE7

RGB

 RED value IS 164 (64.45% from 255) = 25.99%

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

 BLUE value IS 231 (90.63% from 255) = 36.61%

R = 25.99%
G = 37.4%
B = 36.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A4ECE7 (or 0xA4ECE7) is known color: Pale Turquoise. HEX triplet: A4, EC and E7. RGB value is (164,236,231). Sum of RGB (Red+Green+Blue) = 164+236+231=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECE7 is #5B1318. Grayscale: #D5D5D5. Windows color (decimal): -5968665 or 15199396. OLE color: 15199396.

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

Color convert

RGB 164 236 231 -
CMYK 0.31 0 0.02 0.07
HSL 175.83º 0.65% 0.78% -
HSV(B) 175.83º 0.31% 0.93% -
XYZ 59.73 73.65 86.67 -
YUV 213.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 164 236 231 0.31 0 0.02 0.07 175.83 0.65 0.78
Hex A4 EC E7 1F 0 2 7 B0 41 4E
Octal 244 354 347 37 0 2 7 260 101 116
Binary 10100100 11101100 11100111 11111 0 10 111 10110000 1000001 1001110

Color Harmonies of #A4ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECE7

Black with #A4ECE7

Text Example


Text Example

White with #A4ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECE7; }

 p { color: rgb(164,236,231); }

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

background-color css

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

 a { background-color: rgb(164,236,231); }

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

border-color css

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

 span { border-color: rgb(164,236,231); }

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