Html Css Color HEX #ACF7FF Pale Turquoise

📋 copy color: '#ACF7FF'

red 172 ◦ green 247 ◦ blue 255

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

Shades of Pale Turquoise #ACF7FF

Tints of Pale Turquoise #ACF7FF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.65%

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

R = 25.52%
G = 36.65%
B = 37.83%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACF7FF (or 0xACF7FF) is known color: Pale Turquoise. HEX triplet: AC, F7 and FF. RGB value is (172,247,255). Sum of RGB (Red+Green+Blue) = 172+247+255=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7FF is #530800. Grayscale: #E1E1E1. Windows color (decimal): -5441537 or 16775084. OLE color: 16775084.

HSL color Cylindrical-coordinate representation of color #ACF7FF: hue angle of 185.78º 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 #ACF7FF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 247 255 -
CMYK 0.33 0.03 0 0
HSL 185.78º 1% 0.84% -
HSV(B) 185.78º 0.33% 1% -
XYZ 68.32 82.51 106.93 -
YUV 225.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 172 247 255 0.33 0.03 0 0 185.78 1 0.84
Hex AC F7 FF 21 3 0 0 BA 64 54
Octal 254 367 377 41 3 0 0 272 144 124
Binary 10101100 11110111 11111111 100001 11 0 0 10111010 1100100 1010100

Color Harmonies of #ACF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7FF

Black with #ACF7FF

Text Example


Text Example

White with #ACF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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