Html Css Color HEX #ACF9FF Pale Turquoise

📋 copy color: '#ACF9FF'

red 172 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #ACF9FF

Tints of Pale Turquoise #ACF9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.83%

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

R = 25.44%
G = 36.83%
B = 37.72%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACF9FF (or 0xACF9FF) is known color: Pale Turquoise. HEX triplet: AC, F9 and FF. RGB value is (172,249,255). Sum of RGB (Red+Green+Blue) = 172+249+255=676 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.44% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9FF is #530600. Grayscale: #E2E2E2. Windows color (decimal): -5441025 or 16775596. OLE color: 16775596.

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

Color convert

RGB 172 249 255 -
CMYK 0.33 0.02 0 0
HSL 184.34º 1% 0.84% -
HSV(B) 184.34º 0.33% 1% -
XYZ 68.94 83.74 107.14 -
YUV 226.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 172 249 255 0.33 0.02 0 0 184.34 1 0.84
Hex AC F9 FF 21 2 0 0 B8 64 54
Octal 254 371 377 41 2 0 0 270 144 124
Binary 10101100 11111001 11111111 100001 10 0 0 10111000 1100100 1010100

Color Harmonies of #ACF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9FF

Black with #ACF9FF

Text Example


Text Example

White with #ACF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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