Html Css Color HEX #A3EDEC Pale Turquoise

📋 copy color: '#A3EDEC'

red 163 ◦ green 237 ◦ blue 236

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

Shades of Pale Turquoise #A3EDEC

Tints of Pale Turquoise #A3EDEC

RGB

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

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

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

R = 25.63%
G = 37.26%
B = 37.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A3EDEC (or 0xA3EDEC) is known color: Pale Turquoise. HEX triplet: A3, ED and EC. RGB value is (163,237,236). Sum of RGB (Red+Green+Blue) = 163+237+236=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDEC is #5C1213. Grayscale: #D6D6D6. Windows color (decimal): -6033940 or 15527331. OLE color: 15527331.

HSL color Cylindrical-coordinate representation of color #A3EDEC: hue angle of 179.19º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDEC is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 237 236 -
CMYK 0.31 0 0.00 0.07
HSL 179.19º 0.67% 0.78% -
HSV(B) 179.19º 0.31% 0.93% -
XYZ 60.53 74.41 90.53 -
YUV 214.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 163 237 236 0.31 0 0.00 0.07 179.19 0.67 0.78
Hex A3 ED EC 1F 0 0 7 B3 43 4E
Octal 243 355 354 37 0 0 7 263 103 116
Binary 10100011 11101101 11101100 11111 0 0 111 10110011 1000011 1001110

Color Harmonies of #A3EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EDEC

Black with #A3EDEC

Text Example


Text Example

White with #A3EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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