Html Css Color HEX #A3EEEC Pale Turquoise

📋 copy color: '#A3EEEC'

red 163 ◦ green 238 ◦ blue 236

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

Shades of Pale Turquoise #A3EEEC

Tints of Pale Turquoise #A3EEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.36%

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

R = 25.59%
G = 37.36%
B = 37.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A3EEEC (or 0xA3EEEC) is known color: Pale Turquoise. HEX triplet: A3, EE and EC. RGB value is (163,238,236). Sum of RGB (Red+Green+Blue) = 163+238+236=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EEEC is #5C1113. Grayscale: #D7D7D7. Windows color (decimal): -6033684 or 15527587. OLE color: 15527587.

HSL color Cylindrical-coordinate representation of color #A3EEEC: hue angle of 178.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EEEC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 238 236 -
CMYK 0.32 0 0.01 0.07
HSL 178.4º 0.69% 0.79% -
HSV(B) 178.4º 0.32% 0.93% -
XYZ 60.82 74.99 90.63 -
YUV 215.35 139.65 90.66 -
System Red Green Blue C M Y K H S L
Decimal 163 238 236 0.32 0 0.01 0.07 178.4 0.69 0.79
Hex A3 EE EC 20 0 1 7 B2 45 4F
Octal 243 356 354 40 0 1 7 262 105 117
Binary 10100011 11101110 11101100 100000 0 1 111 10110010 1000101 1001111

Color Harmonies of #A3EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EEEC

Black with #A3EEEC

Text Example


Text Example

White with #A3EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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