Html Css Color HEX #ACF8F6 Pale Turquoise

📋 copy color: '#ACF8F6'

red 172 ◦ green 248 ◦ blue 246

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

Shades of Pale Turquoise #ACF8F6

Tints of Pale Turquoise #ACF8F6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.24%

 BLUE value IS 246 (96.48% from 255) = 36.94%

R = 25.83%
G = 37.24%
B = 36.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#ACF8F6 (or 0xACF8F6) is known color: Pale Turquoise. HEX triplet: AC, F8 and F6. RGB value is (172,248,246). Sum of RGB (Red+Green+Blue) = 172+248+246=666 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.83% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8F6 is #530709. Grayscale: #E0E0E0. Windows color (decimal): -5441290 or 16185516. OLE color: 16185516.

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

Color convert

RGB 172 248 246 -
CMYK 0.31 0 0.01 0.03
HSL 178.42º 0.84% 0.82% -
HSV(B) 178.42º 0.31% 0.97% -
XYZ 67.22 82.56 99.58 -
YUV 225.05 139.82 90.16 -
System Red Green Blue C M Y K H S L
Decimal 172 248 246 0.31 0 0.01 0.03 178.42 0.84 0.82
Hex AC F8 F6 1F 0 1 3 B2 54 52
Octal 254 370 366 37 0 1 3 262 124 122
Binary 10101100 11111000 11110110 11111 0 1 11 10110010 1010100 1010010

Color Harmonies of #ACF8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8F6

Black with #ACF8F6

Text Example


Text Example

White with #ACF8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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