Html Css Color HEX #A4FDFF Pale Turquoise

📋 copy color: '#A4FDFF'

red 164 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #A4FDFF

Tints of Pale Turquoise #A4FDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.95%

R = 24.4%
G = 37.65%
B = 37.95%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A4FDFF (or 0xA4FDFF) is known color: Pale Turquoise. HEX triplet: A4, FD and FF. RGB value is (164,253,255). Sum of RGB (Red+Green+Blue) = 164+253+255=672 (89% of max value = 765). Red value is 164 (64.45% from 255 or 24.40% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4FDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FDFF is #5B0200. Grayscale: #E2E2E2. Windows color (decimal): -5964289 or 16776612. OLE color: 16776612.

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

Color convert

RGB 164 253 255 -
CMYK 0.36 0.01 0 0
HSL 181.32º 1% 0.82% -
HSV(B) 181.32º 0.36% 1% -
XYZ 68.49 85.36 107.47 -
YUV 226.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 164 253 255 0.36 0.01 0 0 181.32 1 0.82
Hex A4 FD FF 24 1 0 0 B5 64 52
Octal 244 375 377 44 1 0 0 265 144 122
Binary 10100100 11111101 11111111 100100 1 0 0 10110101 1100100 1010010

Color Harmonies of #A4FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FDFF

Black with #A4FDFF

Text Example


Text Example

White with #A4FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FDFF; }

 p { color: rgb(164,253,255); }

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

background-color css

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

 a { background-color: rgb(164,253,255); }

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

border-color css

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

 span { border-color: rgb(164,253,255); }

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