Html Css Color HEX #A3EEEE Pale Turquoise

📋 copy color: '#A3EEEE'

red 163 ◦ green 238 ◦ blue 238

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

Shades of Pale Turquoise #A3EEEE

Tints of Pale Turquoise #A3EEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 25.51%
G = 37.25%
B = 37.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A3EEEE (or 0xA3EEEE) is known color: Pale Turquoise. HEX triplet: A3, EE and EE. RGB value is (163,238,238). Sum of RGB (Red+Green+Blue) = 163+238+238=639 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.51% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #A3EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EEEE is #5C1111. Grayscale: #D7D7D7. Windows color (decimal): -6033682 or 15658659. OLE color: 15658659.

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

Color convert

RGB 163 238 238 -
CMYK 0.32 0 0 0.07
HSL 180º 0.69% 0.79% -
HSV(B) 180º 0.32% 0.93% -
XYZ 61.11 75.11 92.17 -
YUV 215.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 163 238 238 0.32 0 0 0.07 180 0.69 0.79
Hex A3 EE EE 20 0 0 7 B4 45 4F
Octal 243 356 356 40 0 0 7 264 105 117
Binary 10100011 11101110 11101110 100000 0 0 111 10110100 1000101 1001111

Color Harmonies of #A3EEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EEEE

Black with #A3EEEE

Text Example


Text Example

White with #A3EEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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