Html Css Color HEX #A3F0EC Pale Turquoise

📋 copy color: '#A3F0EC'

red 163 ◦ green 240 ◦ blue 236

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

Shades of Pale Turquoise #A3F0EC

Tints of Pale Turquoise #A3F0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.56%

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

R = 25.51%
G = 37.56%
B = 36.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#A3F0EC (or 0xA3F0EC) is known color: Pale Turquoise. HEX triplet: A3, F0 and EC. RGB value is (163,240,236). Sum of RGB (Red+Green+Blue) = 163+240+236=639 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.51% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F0EC is #5C0F13. Grayscale: #D8D8D8. Windows color (decimal): -6033172 or 15528099. OLE color: 15528099.

HSL color Cylindrical-coordinate representation of color #A3F0EC: hue angle of 176.88º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3F0EC is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 240 236 -
CMYK 0.32 0 0.02 0.06
HSL 176.88º 0.72% 0.79% -
HSV(B) 176.88º 0.32% 0.94% -
XYZ 61.4 76.16 90.82 -
YUV 216.52 138.99 89.83 -
System Red Green Blue C M Y K H S L
Decimal 163 240 236 0.32 0 0.02 0.06 176.88 0.72 0.79
Hex A3 F0 EC 20 0 2 6 B1 48 4F
Octal 243 360 354 40 0 2 6 261 110 117
Binary 10100011 11110000 11101100 100000 0 10 110 10110001 1001000 1001111

Color Harmonies of #A3F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F0EC

Black with #A3F0EC

Text Example


Text Example

White with #A3F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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