Html Css Color HEX #A5FAED Pale Turquoise

📋 copy color: '#A5FAED'

red 165 ◦ green 250 ◦ blue 237

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

Shades of Pale Turquoise #A5FAED

Tints of Pale Turquoise #A5FAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.34%

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

R = 25.31%
G = 38.34%
B = 36.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#A5FAED (or 0xA5FAED) is known color: Pale Turquoise. HEX triplet: A5, FA and ED. RGB value is (165,250,237). Sum of RGB (Red+Green+Blue) = 165+250+237=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAED is #5A0512. Grayscale: #DFDFDF. Windows color (decimal): -5899539 or 15596197. OLE color: 15596197.

HSL color Cylindrical-coordinate representation of color #A5FAED: hue angle of 170.82º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FAED is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 237 -
CMYK 0.34 0 0.05 0.02
HSL 170.82º 0.89% 0.81% -
HSV(B) 170.82º 0.34% 0.98% -
XYZ 64.99 82.48 92.62 -
YUV 223.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 165 250 237 0.34 0 0.05 0.02 170.82 0.89 0.81
Hex A5 FA ED 22 0 5 2 AB 59 51
Octal 245 372 355 42 0 5 2 253 131 121
Binary 10100101 11111010 11101101 100010 0 101 10 10101011 1011001 1010001

Color Harmonies of #A5FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAED

Black with #A5FAED

Text Example


Text Example

White with #A5FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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