Html Css Color HEX #A5FAEA Pale Turquoise

📋 copy color: '#A5FAEA'

red 165 ◦ green 250 ◦ blue 234

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

Shades of Pale Turquoise #A5FAEA

Tints of Pale Turquoise #A5FAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 25.42%
G = 38.52%
B = 36.06%

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

#A5FAEA (or 0xA5FAEA) is known color: Pale Turquoise. HEX triplet: A5, FA and EA. RGB value is (165,250,234). Sum of RGB (Red+Green+Blue) = 165+250+234=649 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.42% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FAEA is #5A0515. Grayscale: #DEDEDE. Windows color (decimal): -5899542 or 15399589. OLE color: 15399589.

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

Color convert

RGB 165 250 234 -
CMYK 0.34 0 0.06 0.02
HSL 168.71º 0.89% 0.81% -
HSV(B) 168.71º 0.34% 0.98% -
XYZ 64.55 82.31 90.33 -
YUV 222.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 165 250 234 0.34 0 0.06 0.02 168.71 0.89 0.81
Hex A5 FA EA 22 0 6 2 A9 59 51
Octal 245 372 352 42 0 6 2 251 131 121
Binary 10100101 11111010 11101010 100010 0 110 10 10101001 1011001 1010001

Color Harmonies of #A5FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAEA

Black with #A5FAEA

Text Example


Text Example

White with #A5FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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