Html Css Color HEX #A3EEED Pale Turquoise

📋 copy color: '#A3EEED'

red 163 ◦ green 238 ◦ blue 237

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

Shades of Pale Turquoise #A3EEED

Tints of Pale Turquoise #A3EEED

RGB

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

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

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

R = 25.55%
G = 37.3%
B = 37.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A3EEED (or 0xA3EEED) is known color: Pale Turquoise. HEX triplet: A3, EE and ED. RGB value is (163,238,237). Sum of RGB (Red+Green+Blue) = 163+238+237=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EEED is #5C1112. Grayscale: #D7D7D7. Windows color (decimal): -6033683 or 15593123. OLE color: 15593123.

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

Color convert

RGB 163 238 237 -
CMYK 0.32 0 0.00 0.07
HSL 179.2º 0.69% 0.79% -
HSV(B) 179.2º 0.32% 0.93% -
XYZ 60.96 75.05 91.39 -
YUV 215.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 163 238 237 0.32 0 0.00 0.07 179.2 0.69 0.79
Hex A3 EE ED 20 0 0 7 B3 45 4F
Octal 243 356 355 40 0 0 7 263 105 117
Binary 10100011 11101110 11101101 100000 0 0 111 10110011 1000101 1001111

Color Harmonies of #A3EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EEED

Black with #A3EEED

Text Example


Text Example

White with #A3EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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