Html Css Color HEX #A5F1EC Pale Turquoise

📋 copy color: '#A5F1EC'

red 165 ◦ green 241 ◦ blue 236

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

Shades of Pale Turquoise #A5F1EC

Tints of Pale Turquoise #A5F1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

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

R = 25.7%
G = 37.54%
B = 36.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#A5F1EC (or 0xA5F1EC) is known color: Pale Turquoise. HEX triplet: A5, F1 and EC. RGB value is (165,241,236). Sum of RGB (Red+Green+Blue) = 165+241+236=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F1EC is #5A0E13. Grayscale: #D9D9D9. Windows color (decimal): -5901844 or 15528357. OLE color: 15528357.

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

Color convert

RGB 165 241 236 -
CMYK 0.32 0 0.02 0.05
HSL 176.05º 0.73% 0.8% -
HSV(B) 176.05º 0.32% 0.95% -
XYZ 62.11 76.97 90.94 -
YUV 217.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 165 241 236 0.32 0 0.02 0.05 176.05 0.73 0.8
Hex A5 F1 EC 20 0 2 5 B0 49 50
Octal 245 361 354 40 0 2 5 260 111 120
Binary 10100101 11110001 11101100 100000 0 10 101 10110000 1001001 1010000

Color Harmonies of #A5F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F1EC

Black with #A5F1EC

Text Example


Text Example

White with #A5F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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