Html Css Color HEX #A5FAEC Pale Turquoise

📋 copy color: '#A5FAEC'

red 165 ◦ green 250 ◦ blue 236

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

Shades of Pale Turquoise #A5FAEC

Tints of Pale Turquoise #A5FAEC

RGB

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

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

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

R = 25.35%
G = 38.4%
B = 36.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A5FAEC (or 0xA5FAEC) is known color: Pale Turquoise. HEX triplet: A5, FA and EC. RGB value is (165,250,236). Sum of RGB (Red+Green+Blue) = 165+250+236=651 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.35% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAEC is #5A0513. Grayscale: #DEDEDE. Windows color (decimal): -5899540 or 15530661. OLE color: 15530661.

HSL color Cylindrical-coordinate representation of color #A5FAEC: hue angle of 170.12º 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 #A5FAEC is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 236 -
CMYK 0.34 0 0.06 0.02
HSL 170.12º 0.89% 0.81% -
HSV(B) 170.12º 0.34% 0.98% -
XYZ 64.84 82.43 91.85 -
YUV 222.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 165 250 236 0.34 0 0.06 0.02 170.12 0.89 0.81
Hex A5 FA EC 22 0 6 2 AA 59 51
Octal 245 372 354 42 0 6 2 252 131 121
Binary 10100101 11111010 11101100 100010 0 110 10 10101010 1011001 1010001

Color Harmonies of #A5FAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAEC

Black with #A5FAEC

Text Example


Text Example

White with #A5FAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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