Html Css Color HEX #A1F0ED Pale Turquoise

📋 copy color: '#A1F0ED'

red 161 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #A1F0ED

Tints of Pale Turquoise #A1F0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.15%

R = 25.24%
G = 37.62%
B = 37.15%

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

#A1F0ED (or 0xA1F0ED) is known color: Pale Turquoise. HEX triplet: A1, F0 and ED. RGB value is (161,240,237). Sum of RGB (Red+Green+Blue) = 161+240+237=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0ED is #5E0F12. Grayscale: #D7D7D7. Windows color (decimal): -6164243 or 15593633. OLE color: 15593633.

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

Color convert

RGB 161 240 237 -
CMYK 0.33 0 0.01 0.06
HSL 177.72º 0.72% 0.79% -
HSV(B) 177.72º 0.33% 0.94% -
XYZ 61.14 76.01 91.57 -
YUV 216.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 161 240 237 0.33 0 0.01 0.06 177.72 0.72 0.79
Hex A1 F0 ED 21 0 1 6 B2 48 4F
Octal 241 360 355 41 0 1 6 262 110 117
Binary 10100001 11110000 11101101 100001 0 1 110 10110010 1001000 1001111

Color Harmonies of #A1F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F0ED

Black with #A1F0ED

Text Example


Text Example

White with #A1F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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