Html Css Color HEX #ACF8EB Pale Turquoise

📋 copy color: '#ACF8EB'

red 172 ◦ green 248 ◦ blue 235

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

Shades of Pale Turquoise #ACF8EB

Tints of Pale Turquoise #ACF8EB

RGB

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

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

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

R = 26.26%
G = 37.86%
B = 35.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#ACF8EB (or 0xACF8EB) is known color: Pale Turquoise. HEX triplet: AC, F8 and EB. RGB value is (172,248,235). Sum of RGB (Red+Green+Blue) = 172+248+235=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8EB is #530714. Grayscale: #DFDFDF. Windows color (decimal): -5441301 or 15464620. OLE color: 15464620.

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

Color convert

RGB 172 248 235 -
CMYK 0.31 0 0.05 0.03
HSL 169.74º 0.84% 0.82% -
HSV(B) 169.74º 0.31% 0.97% -
XYZ 65.58 81.9 90.95 -
YUV 223.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 172 248 235 0.31 0 0.05 0.03 169.74 0.84 0.82
Hex AC F8 EB 1F 0 5 3 AA 54 52
Octal 254 370 353 37 0 5 3 252 124 122
Binary 10101100 11111000 11101011 11111 0 101 11 10101010 1010100 1010010

Color Harmonies of #ACF8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8EB

Black with #ACF8EB

Text Example


Text Example

White with #ACF8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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