Html Css Color HEX #ACFDFF Pale Turquoise

📋 copy color: '#ACFDFF'

red 172 ◦ green 253 ◦ blue 255

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

Shades of Pale Turquoise #ACFDFF

Tints of Pale Turquoise #ACFDFF

RGB

 RED value IS 172 (67.58% from 255) = 25.29%

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

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

R = 25.29%
G = 37.21%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACFDFF (or 0xACFDFF) is known color: Pale Turquoise. HEX triplet: AC, FD and FF. RGB value is (172,253,255). Sum of RGB (Red+Green+Blue) = 172+253+255=680 (90% of max value = 765). Red value is 172 (67.58% from 255 or 25.29% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDFF is #530200. Grayscale: #E4E4E4. Windows color (decimal): -5440001 or 16776620. OLE color: 16776620.

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

Color convert

RGB 172 253 255 -
CMYK 0.33 0.01 0 0
HSL 181.45º 1% 0.84% -
HSV(B) 181.45º 0.33% 1% -
XYZ 70.19 86.24 107.55 -
YUV 229.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 172 253 255 0.33 0.01 0 0 181.45 1 0.84
Hex AC FD FF 21 1 0 0 B5 64 54
Octal 254 375 377 41 1 0 0 265 144 124
Binary 10101100 11111101 11111111 100001 1 0 0 10110101 1100100 1010100

Color Harmonies of #ACFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDFF

Black with #ACFDFF

Text Example


Text Example

White with #ACFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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