Html Css Color HEX #A1F0EF Pale Turquoise

📋 copy color: '#A1F0EF'

red 161 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #A1F0EF

Tints of Pale Turquoise #A1F0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.34%

R = 25.16%
G = 37.5%
B = 37.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#A1F0EF (or 0xA1F0EF) is known color: Pale Turquoise. HEX triplet: A1, F0 and EF. RGB value is (161,240,239). Sum of RGB (Red+Green+Blue) = 161+240+239=640 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.16% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0EF is #5E0F10. Grayscale: #D8D8D8. Windows color (decimal): -6164241 or 15724705. OLE color: 15724705.

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

Color convert

RGB 161 240 239 -
CMYK 0.33 0 0.00 0.06
HSL 179.24º 0.72% 0.79% -
HSV(B) 179.24º 0.33% 0.94% -
XYZ 61.44 76.13 93.12 -
YUV 216.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 161 240 239 0.33 0 0.00 0.06 179.24 0.72 0.79
Hex A1 F0 EF 21 0 0 6 B3 48 4F
Octal 241 360 357 41 0 0 6 263 110 117
Binary 10100001 11110000 11101111 100001 0 0 110 10110011 1001000 1001111

Color Harmonies of #A1F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0EF

Black with #A1F0EF

Text Example


Text Example

White with #A1F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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