Html Css Color HEX #A1FBED Pale Turquoise

📋 copy color: '#A1FBED'

red 161 ◦ green 251 ◦ blue 237

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

Shades of Pale Turquoise #A1FBED

Tints of Pale Turquoise #A1FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.67%

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

R = 24.81%
G = 38.67%
B = 36.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A1FBED (or 0xA1FBED) is known color: Pale Turquoise. HEX triplet: A1, FB and ED. RGB value is (161,251,237). Sum of RGB (Red+Green+Blue) = 161+251+237=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBED is #5E0412. Grayscale: #DEDEDE. Windows color (decimal): -6161427 or 15596449. OLE color: 15596449.

HSL color Cylindrical-coordinate representation of color #A1FBED: hue angle of 170.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBED is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 251 237 -
CMYK 0.36 0 0.06 0.02
HSL 170.67º 0.92% 0.81% -
HSV(B) 170.67º 0.36% 0.98% -
XYZ 64.48 82.69 92.68 -
YUV 222.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 161 251 237 0.36 0 0.06 0.02 170.67 0.92 0.81
Hex A1 FB ED 24 0 6 2 AB 5C 51
Octal 241 373 355 44 0 6 2 253 134 121
Binary 10100001 11111011 11101101 100100 0 110 10 10101011 1011100 1010001

Color Harmonies of #A1FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FBED

Black with #A1FBED

Text Example


Text Example

White with #A1FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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