Html Css Color HEX #ACF0FF Pale Turquoise

📋 copy color: '#ACF0FF'

red 172 ◦ green 240 ◦ blue 255

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

Shades of Pale Turquoise #ACF0FF

Tints of Pale Turquoise #ACF0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.98%

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

R = 25.79%
G = 35.98%
B = 38.23%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACF0FF (or 0xACF0FF) is known color: Pale Turquoise. HEX triplet: AC, F0 and FF. RGB value is (172,240,255). Sum of RGB (Red+Green+Blue) = 172+240+255=667 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.79% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0FF is #530F00. Grayscale: #DDDDDD. Windows color (decimal): -5443329 or 16773292. OLE color: 16773292.

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

Color convert

RGB 172 240 255 -
CMYK 0.33 0.06 0 0
HSL 190.84º 1% 0.84% -
HSV(B) 190.84º 0.33% 1% -
XYZ 66.22 78.31 106.23 -
YUV 221.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 172 240 255 0.33 0.06 0 0 190.84 1 0.84
Hex AC F0 FF 21 6 0 0 BF 64 54
Octal 254 360 377 41 6 0 0 277 144 124
Binary 10101100 11110000 11111111 100001 110 0 0 10111111 1100100 1010100

Color Harmonies of #ACF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0FF

Black with #ACF0FF

Text Example


Text Example

White with #ACF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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