Html Css Color HEX #A4FCFB Pale Turquoise

📋 copy color: '#A4FCFB'

red 164 ◦ green 252 ◦ blue 251

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

Shades of Pale Turquoise #A4FCFB

Tints of Pale Turquoise #A4FCFB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.78%

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

R = 24.59%
G = 37.78%
B = 37.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#A4FCFB (or 0xA4FCFB) is known color: Pale Turquoise. HEX triplet: A4, FC and FB. RGB value is (164,252,251). Sum of RGB (Red+Green+Blue) = 164+252+251=667 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.59% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FCFB is #5B0304. Grayscale: #E1E1E1. Windows color (decimal): -5964549 or 16514212. OLE color: 16514212.

HSL color Cylindrical-coordinate representation of color #A4FCFB: hue angle of 179.32º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCFB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 252 251 -
CMYK 0.35 0 0.00 0.01
HSL 179.32º 0.94% 0.82% -
HSV(B) 179.32º 0.35% 0.99% -
XYZ 67.53 84.48 104.01 -
YUV 225.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 164 252 251 0.35 0 0.00 0.01 179.32 0.94 0.82
Hex A4 FC FB 23 0 0 1 B3 5E 52
Octal 244 374 373 43 0 0 1 263 136 122
Binary 10100100 11111100 11111011 100011 0 0 1 10110011 1011110 1010010

Color Harmonies of #A4FCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FCFB

Black with #A4FCFB

Text Example


Text Example

White with #A4FCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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