Html Css Color HEX #ACF9F0 Pale Turquoise

📋 copy color: '#ACF9F0'

red 172 ◦ green 249 ◦ blue 240

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

Shades of Pale Turquoise #ACF9F0

Tints of Pale Turquoise #ACF9F0

RGB

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

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

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

R = 26.02%
G = 37.67%
B = 36.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#ACF9F0 (or 0xACF9F0) is known color: Pale Turquoise. HEX triplet: AC, F9 and F0. RGB value is (172,249,240). Sum of RGB (Red+Green+Blue) = 172+249+240=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9F0 is #53060F. Grayscale: #E0E0E0. Windows color (decimal): -5441040 or 15792556. OLE color: 15792556.

HSL color Cylindrical-coordinate representation of color #ACF9F0: hue angle of 172.99º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9F0 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 240 -
CMYK 0.31 0 0.04 0.02
HSL 172.99º 0.87% 0.83% -
HSV(B) 172.99º 0.31% 0.98% -
XYZ 66.62 82.81 94.91 -
YUV 224.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 172 249 240 0.31 0 0.04 0.02 172.99 0.87 0.83
Hex AC F9 F0 1F 0 4 2 AD 57 53
Octal 254 371 360 37 0 4 2 255 127 123
Binary 10101100 11111001 11110000 11111 0 100 10 10101101 1010111 1010011

Color Harmonies of #ACF9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9F0

Black with #ACF9F0

Text Example


Text Example

White with #ACF9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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