Html Css Color HEX #A3EDEE Pale Turquoise

📋 copy color: '#A3EDEE'

red 163 ◦ green 237 ◦ blue 238

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

Shades of Pale Turquoise #A3EDEE

Tints of Pale Turquoise #A3EDEE

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 163 237 238 -
CMYK 0.32 0.00 0 0.07
HSL 180.8º 0.69% 0.79% -
HSV(B) 180.8º 0.32% 0.93% -
XYZ 60.82 74.53 92.07 -
YUV 214.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 163 237 238 0.32 0.00 0 0.07 180.8 0.69 0.79
Hex A3 ED EE 20 0 0 7 B5 45 4F
Octal 243 355 356 40 0 0 7 265 105 117
Binary 10100011 11101101 11101110 100000 0 0 111 10110101 1000101 1001111

Color Harmonies of #A3EDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EDEE

Black with #A3EDEE

Text Example


Text Example

White with #A3EDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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