Html Css Color HEX #A1F0EE Pale Turquoise

📋 copy color: '#A1F0EE'

red 161 ◦ green 240 ◦ blue 238

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

Shades of Pale Turquoise #A1F0EE

Tints of Pale Turquoise #A1F0EE

RGB

 RED value IS 161 (63.28% from 255) = 25.2%

 GREEN value IS 240 (94.14% from 255) = 37.56%

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 25.2%
G = 37.56%
B = 37.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#A1F0EE (or 0xA1F0EE) is known color: Pale Turquoise. HEX triplet: A1, F0 and EE. RGB value is (161,240,238). Sum of RGB (Red+Green+Blue) = 161+240+238=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0EE is #5E0F11. Grayscale: #D8D8D8. Windows color (decimal): -6164242 or 15659169. OLE color: 15659169.

HSL color Cylindrical-coordinate representation of color #A1F0EE: hue angle of 178.48º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F0EE is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 238 -
CMYK 0.33 0 0.01 0.06
HSL 178.48º 0.72% 0.79% -
HSV(B) 178.48º 0.33% 0.94% -
XYZ 61.29 76.07 92.34 -
YUV 216.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 161 240 238 0.33 0 0.01 0.06 178.48 0.72 0.79
Hex A1 F0 EE 21 0 1 6 B2 48 4F
Octal 241 360 356 41 0 1 6 262 110 117
Binary 10100001 11110000 11101110 100001 0 1 110 10110010 1001000 1001111

Color Harmonies of #A1F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0EE

Black with #A1F0EE

Text Example


Text Example

White with #A1F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0EE; }

 p { color: rgb(161,240,238); }

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

background-color css

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

 a { background-color: rgb(161,240,238); }

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

border-color css

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

 span { border-color: rgb(161,240,238); }

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