Html Css Color HEX #ACF8F0 Pale Turquoise

📋 copy color: '#ACF8F0'

red 172 ◦ green 248 ◦ blue 240

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

Shades of Pale Turquoise #ACF8F0

Tints of Pale Turquoise #ACF8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.36%

R = 26.06%
G = 37.58%
B = 36.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#ACF8F0 (or 0xACF8F0) is known color: Pale Turquoise. HEX triplet: AC, F8 and F0. RGB value is (172,248,240). Sum of RGB (Red+Green+Blue) = 172+248+240=660 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.06% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8F0 is #53070F. Grayscale: #E0E0E0. Windows color (decimal): -5441296 or 15792300. OLE color: 15792300.

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

Color convert

RGB 172 248 240 -
CMYK 0.31 0 0.03 0.03
HSL 173.68º 0.84% 0.82% -
HSV(B) 173.68º 0.31% 0.97% -
XYZ 66.31 82.2 94.81 -
YUV 224.36 136.82 90.65 -
System Red Green Blue C M Y K H S L
Decimal 172 248 240 0.31 0 0.03 0.03 173.68 0.84 0.82
Hex AC F8 F0 1F 0 3 3 AE 54 52
Octal 254 370 360 37 0 3 3 256 124 122
Binary 10101100 11111000 11110000 11111 0 11 11 10101110 1010100 1010010

Color Harmonies of #ACF8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8F0

Black with #ACF8F0

Text Example


Text Example

White with #ACF8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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