Html Css Color HEX #A1F0E7 Pale Turquoise

📋 copy color: '#A1F0E7'

red 161 ◦ green 240 ◦ blue 231

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

Shades of Pale Turquoise #A1F0E7

Tints of Pale Turquoise #A1F0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.55%

R = 25.47%
G = 37.97%
B = 36.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#A1F0E7 (or 0xA1F0E7) is known color: Pale Turquoise. HEX triplet: A1, F0 and E7. RGB value is (161,240,231). Sum of RGB (Red+Green+Blue) = 161+240+231=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0E7 is #5E0F18. Grayscale: #D7D7D7. Windows color (decimal): -6164249 or 15200417. OLE color: 15200417.

HSL color Cylindrical-coordinate representation of color #A1F0E7: hue angle of 173.16º 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 #A1F0E7 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 240 231 -
CMYK 0.33 0 0.04 0.06
HSL 173.16º 0.72% 0.79% -
HSV(B) 173.16º 0.33% 0.94% -
XYZ 60.28 75.67 87.03 -
YUV 215.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 161 240 231 0.33 0 0.04 0.06 173.16 0.72 0.79
Hex A1 F0 E7 21 0 4 6 AD 48 4F
Octal 241 360 347 41 0 4 6 255 110 117
Binary 10100001 11110000 11100111 100001 0 100 110 10101101 1001000 1001111

Color Harmonies of #A1F0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0E7

Black with #A1F0E7

Text Example


Text Example

White with #A1F0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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