Html Css Color HEX #A1FDFB Pale Turquoise

📋 copy color: '#A1FDFB'

red 161 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #A1FDFB

Tints of Pale Turquoise #A1FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.05%

 BLUE value IS 251 (98.44% from 255) = 37.74%

R = 24.21%
G = 38.05%
B = 37.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#A1FDFB (or 0xA1FDFB) is known color: Pale Turquoise. HEX triplet: A1, FD and FB. RGB value is (161,253,251). Sum of RGB (Red+Green+Blue) = 161+253+251=665 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.21% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FDFB is #5E0204. Grayscale: #E1E1E1. Windows color (decimal): -6160901 or 16514465. OLE color: 16514465.

HSL color Cylindrical-coordinate representation of color #A1FDFB: hue angle of 178.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDFB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 251 -
CMYK 0.36 0 0.01 0.01
HSL 178.7º 0.96% 0.81% -
HSV(B) 178.7º 0.36% 0.99% -
XYZ 67.24 84.79 104.09 -
YUV 225.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 161 253 251 0.36 0 0.01 0.01 178.7 0.96 0.81
Hex A1 FD FB 24 0 1 1 B3 60 51
Octal 241 375 373 44 0 1 1 263 140 121
Binary 10100001 11111101 11111011 100100 0 1 1 10110011 1100000 1010001

Color Harmonies of #A1FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FDFB

Black with #A1FDFB

Text Example


Text Example

White with #A1FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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