Html Css Color HEX #A4F1FB Pale Turquoise

📋 copy color: '#A4F1FB'

red 164 ◦ green 241 ◦ blue 251

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

Shades of Pale Turquoise #A4F1FB

Tints of Pale Turquoise #A4F1FB

RGB

 RED value IS 164 (64.45% from 255) = 25%

 GREEN value IS 241 (94.53% from 255) = 36.74%

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

R = 25%
G = 36.74%
B = 38.26%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4F1FB (or 0xA4F1FB) is known color: Pale Turquoise. HEX triplet: A4, F1 and FB. RGB value is (164,241,251). Sum of RGB (Red+Green+Blue) = 164+241+251=656 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F1FB is #5B0E04. Grayscale: #DBDBDB. Windows color (decimal): -5967365 or 16511396. OLE color: 16511396.

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

Color convert

RGB 164 241 251 -
CMYK 0.35 0.04 0 0.02
HSL 186.9º 0.92% 0.81% -
HSV(B) 186.9º 0.35% 0.98% -
XYZ 64.18 77.77 102.9 -
YUV 219.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 164 241 251 0.35 0.04 0 0.02 186.9 0.92 0.81
Hex A4 F1 FB 23 4 0 2 BB 5C 51
Octal 244 361 373 43 4 0 2 273 134 121
Binary 10100100 11110001 11111011 100011 100 0 10 10111011 1011100 1010001

Color Harmonies of #A4F1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F1FB

Black with #A4F1FB

Text Example


Text Example

White with #A4F1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F1FB; }

 p { color: rgb(164,241,251); }

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

background-color css

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

 a { background-color: rgb(164,241,251); }

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

border-color css

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

 span { border-color: rgb(164,241,251); }

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