Html Css Color HEX #A3F4EC Pale Turquoise

📋 copy color: '#A3F4EC'

red 163 ◦ green 244 ◦ blue 236

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

Shades of Pale Turquoise #A3F4EC

Tints of Pale Turquoise #A3F4EC

RGB

 RED value IS 163 (64.06% from 255) = 25.35%

 GREEN value IS 244 (95.7% from 255) = 37.95%

 BLUE value IS 236 (92.58% from 255) = 36.7%

R = 25.35%
G = 37.95%
B = 36.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#A3F4EC (or 0xA3F4EC) is known color: Pale Turquoise. HEX triplet: A3, F4 and EC. RGB value is (163,244,236). Sum of RGB (Red+Green+Blue) = 163+244+236=643 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.35% from 643); Green value is 244 (95.70% from 255 or 37.95% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 244 - color contains mainly: green. Hex color #A3F4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F4EC is #5C0B13. Grayscale: #DADADA. Windows color (decimal): -6032148 or 15529123. OLE color: 15529123.

HSL color Cylindrical-coordinate representation of color #A3F4EC: hue angle of 174.07º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F4EC is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 244 236 -
CMYK 0.33 0 0.03 0.04
HSL 174.07º 0.79% 0.8% -
HSV(B) 174.07º 0.33% 0.96% -
XYZ 62.6 78.54 91.22 -
YUV 218.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 163 244 236 0.33 0 0.03 0.04 174.07 0.79 0.8
Hex A3 F4 EC 21 0 3 4 AE 4F 50
Octal 243 364 354 41 0 3 4 256 117 120
Binary 10100011 11110100 11101100 100001 0 11 100 10101110 1001111 1010000

Color Harmonies of #A3F4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F4EC

Black with #A3F4EC

Text Example


Text Example

White with #A3F4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F4EC; }

 p { color: rgb(163,244,236); }

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

background-color css

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

 a { background-color: rgb(163,244,236); }

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

border-color css

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

 span { border-color: rgb(163,244,236); }

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