Html Css Color HEX #A5EDEC Pale Turquoise

📋 copy color: '#A5EDEC'

red 165 ◦ green 237 ◦ blue 236

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

Shades of Pale Turquoise #A5EDEC

Tints of Pale Turquoise #A5EDEC

RGB

 RED value IS 165 (64.84% from 255) = 25.86%

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

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

R = 25.86%
G = 37.15%
B = 36.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A5EDEC (or 0xA5EDEC) is known color: Pale Turquoise. HEX triplet: A5, ED and EC. RGB value is (165,237,236). Sum of RGB (Red+Green+Blue) = 165+237+236=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EDEC is #5A1213. Grayscale: #D7D7D7. Windows color (decimal): -5902868 or 15527333. OLE color: 15527333.

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

Color convert

RGB 165 237 236 -
CMYK 0.30 0 0.00 0.07
HSL 179.17º 0.67% 0.79% -
HSV(B) 179.17º 0.3% 0.93% -
XYZ 60.94 74.62 90.55 -
YUV 215.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 165 237 236 0.30 0 0.00 0.07 179.17 0.67 0.79
Hex A5 ED EC 1E 0 0 7 B3 43 4F
Octal 245 355 354 36 0 0 7 263 103 117
Binary 10100101 11101101 11101100 11110 0 0 111 10110011 1000011 1001111

Color Harmonies of #A5EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDEC

Black with #A5EDEC

Text Example


Text Example

White with #A5EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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