Html Css Color HEX #A5EEF1 Pale Turquoise

📋 copy color: '#A5EEF1'

red 165 ◦ green 238 ◦ blue 241

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

Shades of Pale Turquoise #A5EEF1

Tints of Pale Turquoise #A5EEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.42%

R = 25.62%
G = 36.96%
B = 37.42%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A5EEF1 (or 0xA5EEF1) is known color: Pale Turquoise. HEX triplet: A5, EE and F1. RGB value is (165,238,241). Sum of RGB (Red+Green+Blue) = 165+238+241=644 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.62% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5EEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEF1 is #5A110E. Grayscale: #D8D8D8. Windows color (decimal): -5902607 or 15855269. OLE color: 15855269.

HSL color Cylindrical-coordinate representation of color #A5EEF1: hue angle of 182.37º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5EEF1 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 238 241 -
CMYK 0.32 0.01 0 0.05
HSL 182.37º 0.73% 0.8% -
HSV(B) 182.37º 0.32% 0.95% -
XYZ 61.97 75.5 94.53 -
YUV 216.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 165 238 241 0.32 0.01 0 0.05 182.37 0.73 0.8
Hex A5 EE F1 20 1 0 5 B6 49 50
Octal 245 356 361 40 1 0 5 266 111 120
Binary 10100101 11101110 11110001 100000 1 0 101 10110110 1001001 1010000

Color Harmonies of #A5EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEF1

Black with #A5EEF1

Text Example


Text Example

White with #A5EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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