Html Css Color HEX #A4F2ED Pale Turquoise

📋 copy color: '#A4F2ED'

red 164 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #A4F2ED

Tints of Pale Turquoise #A4F2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.64%

 BLUE value IS 237 (92.97% from 255) = 36.86%

R = 25.51%
G = 37.64%
B = 36.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#A4F2ED (or 0xA4F2ED) is known color: Pale Turquoise. HEX triplet: A4, F2 and ED. RGB value is (164,242,237). Sum of RGB (Red+Green+Blue) = 164+242+237=643 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.51% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F2ED is #5B0D12. Grayscale: #DADADA. Windows color (decimal): -5967123 or 15594148. OLE color: 15594148.

HSL color Cylindrical-coordinate representation of color #A4F2ED: hue angle of 176.15º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F2ED is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 242 237 -
CMYK 0.32 0 0.02 0.05
HSL 176.15º 0.75% 0.8% -
HSV(B) 176.15º 0.32% 0.95% -
XYZ 62.35 77.51 91.8 -
YUV 218.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 164 242 237 0.32 0 0.02 0.05 176.15 0.75 0.8
Hex A4 F2 ED 20 0 2 5 B0 4B 50
Octal 244 362 355 40 0 2 5 260 113 120
Binary 10100100 11110010 11101101 100000 0 10 101 10110000 1001011 1010000

Color Harmonies of #A4F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F2ED

Black with #A4F2ED

Text Example


Text Example

White with #A4F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F2ED; }

 p { color: rgb(164,242,237); }

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

background-color css

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

 a { background-color: rgb(164,242,237); }

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

border-color css

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

 span { border-color: rgb(164,242,237); }

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