Html Css Color HEX #ACF6FF Pale Turquoise

📋 copy color: '#ACF6FF'

red 172 ◦ green 246 ◦ blue 255

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

Shades of Pale Turquoise #ACF6FF

Tints of Pale Turquoise #ACF6FF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.55%

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

R = 25.56%
G = 36.55%
B = 37.89%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACF6FF (or 0xACF6FF) is known color: Pale Turquoise. HEX triplet: AC, F6 and FF. RGB value is (172,246,255). Sum of RGB (Red+Green+Blue) = 172+246+255=673 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.56% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6FF is #530900. Grayscale: #E0E0E0. Windows color (decimal): -5441793 or 16774828. OLE color: 16774828.

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

Color convert

RGB 172 246 255 -
CMYK 0.33 0.04 0 0
HSL 186.51º 1% 0.84% -
HSV(B) 186.51º 0.33% 1% -
XYZ 68.02 81.9 106.83 -
YUV 224.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 172 246 255 0.33 0.04 0 0 186.51 1 0.84
Hex AC F6 FF 21 4 0 0 BB 64 54
Octal 254 366 377 41 4 0 0 273 144 124
Binary 10101100 11110110 11111111 100001 100 0 0 10111011 1100100 1010100

Color Harmonies of #ACF6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6FF

Black with #ACF6FF

Text Example


Text Example

White with #ACF6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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