Html Css Color HEX #ACF9EB Pale Turquoise

📋 copy color: '#ACF9EB'

red 172 ◦ green 249 ◦ blue 235

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

Shades of Pale Turquoise #ACF9EB

Tints of Pale Turquoise #ACF9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 26.22%
G = 37.96%
B = 35.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#ACF9EB (or 0xACF9EB) is known color: Pale Turquoise. HEX triplet: AC, F9 and EB. RGB value is (172,249,235). Sum of RGB (Red+Green+Blue) = 172+249+235=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9EB is #530614. Grayscale: #E0E0E0. Windows color (decimal): -5441045 or 15464876. OLE color: 15464876.

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

Color convert

RGB 172 249 235 -
CMYK 0.31 0 0.06 0.02
HSL 169.09º 0.87% 0.83% -
HSV(B) 169.09º 0.31% 0.98% -
XYZ 65.88 82.52 91.05 -
YUV 224.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 172 249 235 0.31 0 0.06 0.02 169.09 0.87 0.83
Hex AC F9 EB 1F 0 6 2 A9 57 53
Octal 254 371 353 37 0 6 2 251 127 123
Binary 10101100 11111001 11101011 11111 0 110 10 10101001 1010111 1010011

Color Harmonies of #ACF9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9EB

Black with #ACF9EB

Text Example


Text Example

White with #ACF9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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