Html Css Color HEX #A4ECE6 Pale Turquoise

📋 copy color: '#A4ECE6'

red 164 ◦ green 236 ◦ blue 230

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

Shades of Pale Turquoise #A4ECE6

Tints of Pale Turquoise #A4ECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 26.03%
G = 37.46%
B = 36.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#A4ECE6 (or 0xA4ECE6) is known color: Pale Turquoise. HEX triplet: A4, EC and E6. RGB value is (164,236,230). Sum of RGB (Red+Green+Blue) = 164+236+230=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECE6 is #5B1319. Grayscale: #D5D5D5. Windows color (decimal): -5968666 or 15133860. OLE color: 15133860.

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

Color convert

RGB 164 236 230 -
CMYK 0.31 0 0.03 0.07
HSL 175º 0.65% 0.78% -
HSV(B) 175º 0.31% 0.93% -
XYZ 59.59 73.6 85.93 -
YUV 213.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 164 236 230 0.31 0 0.03 0.07 175 0.65 0.78
Hex A4 EC E6 1F 0 3 7 AF 41 4E
Octal 244 354 346 37 0 3 7 257 101 116
Binary 10100100 11101100 11100110 11111 0 11 111 10101111 1000001 1001110

Color Harmonies of #A4ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECE6

Black with #A4ECE6

Text Example


Text Example

White with #A4ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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