Html Css Color HEX #A1EFE6 Pale Turquoise

📋 copy color: '#A1EFE6'

red 161 ◦ green 239 ◦ blue 230

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

Shades of Pale Turquoise #A1EFE6

Tints of Pale Turquoise #A1EFE6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.94%

 BLUE value IS 230 (90.23% from 255) = 36.51%

R = 25.56%
G = 37.94%
B = 36.51%

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

#A1EFE6 (or 0xA1EFE6) is known color: Pale Turquoise. HEX triplet: A1, EF and E6. RGB value is (161,239,230). Sum of RGB (Red+Green+Blue) = 161+239+230=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EFE6 is #5E1019. Grayscale: #D6D6D6. Windows color (decimal): -6164506 or 15134625. OLE color: 15134625.

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

Color convert

RGB 161 239 230 -
CMYK 0.33 0 0.04 0.06
HSL 173.08º 0.71% 0.78% -
HSV(B) 173.08º 0.33% 0.94% -
XYZ 59.85 75.02 86.19 -
YUV 214.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 161 239 230 0.33 0 0.04 0.06 173.08 0.71 0.78
Hex A1 EF E6 21 0 4 6 AD 47 4E
Octal 241 357 346 41 0 4 6 255 107 116
Binary 10100001 11101111 11100110 100001 0 100 110 10101101 1000111 1001110

Color Harmonies of #A1EFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFE6

Black with #A1EFE6

Text Example


Text Example

White with #A1EFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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