Html Css Color HEX #A5EEE5 Pale Turquoise

📋 copy color: '#A5EEE5'

red 165 ◦ green 238 ◦ blue 229

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

Shades of Pale Turquoise #A5EEE5

Tints of Pale Turquoise #A5EEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.66%

 BLUE value IS 229 (89.84% from 255) = 36.23%

R = 26.11%
G = 37.66%
B = 36.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#A5EEE5 (or 0xA5EEE5) is known color: Pale Turquoise. HEX triplet: A5, EE and E5. RGB value is (165,238,229). Sum of RGB (Red+Green+Blue) = 165+238+229=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEE5 is #5A111A. Grayscale: #D7D7D7. Windows color (decimal): -5902619 or 15068837. OLE color: 15068837.

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

Color convert

RGB 165 238 229 -
CMYK 0.31 0 0.04 0.07
HSL 172.6º 0.68% 0.79% -
HSV(B) 172.6º 0.31% 0.93% -
XYZ 60.23 74.81 85.39 -
YUV 215.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 165 238 229 0.31 0 0.04 0.07 172.6 0.68 0.79
Hex A5 EE E5 1F 0 4 7 AD 44 4F
Octal 245 356 345 37 0 4 7 255 104 117
Binary 10100101 11101110 11100101 11111 0 100 111 10101101 1000100 1001111

Color Harmonies of #A5EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEE5

Black with #A5EEE5

Text Example


Text Example

White with #A5EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEE5; }

 p { color: rgb(165,238,229); }

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

background-color css

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

 a { background-color: rgb(165,238,229); }

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

border-color css

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

 span { border-color: rgb(165,238,229); }

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