Html Css Color HEX #A5EEE8 Pale Turquoise

📋 copy color: '#A5EEE8'

red 165 ◦ green 238 ◦ blue 232

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

Shades of Pale Turquoise #A5EEE8

Tints of Pale Turquoise #A5EEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.54%

R = 25.98%
G = 37.48%
B = 36.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#A5EEE8 (or 0xA5EEE8) is known color: Pale Turquoise. HEX triplet: A5, EE and E8. RGB value is (165,238,232). Sum of RGB (Red+Green+Blue) = 165+238+232=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEE8 is #5A1117. Grayscale: #D7D7D7. Windows color (decimal): -5902616 or 15265445. OLE color: 15265445.

HSL color Cylindrical-coordinate representation of color #A5EEE8: hue angle of 175.07º 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 #A5EEE8 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 232 -
CMYK 0.31 0 0.03 0.07
HSL 175.07º 0.68% 0.79% -
HSV(B) 175.07º 0.31% 0.93% -
XYZ 60.66 74.97 87.62 -
YUV 215.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 165 238 232 0.31 0 0.03 0.07 175.07 0.68 0.79
Hex A5 EE E8 1F 0 3 7 AF 44 4F
Octal 245 356 350 37 0 3 7 257 104 117
Binary 10100101 11101110 11101000 11111 0 11 111 10101111 1000100 1001111

Color Harmonies of #A5EEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEE8

Black with #A5EEE8

Text Example


Text Example

White with #A5EEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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