Html Css Color HEX #ACF1EB Pale Turquoise

📋 copy color: '#ACF1EB'

red 172 ◦ green 241 ◦ blue 235

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

Shades of Pale Turquoise #ACF1EB

Tints of Pale Turquoise #ACF1EB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.19%

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

R = 26.54%
G = 37.19%
B = 36.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#ACF1EB (or 0xACF1EB) is known color: Pale Turquoise. HEX triplet: AC, F1 and EB. RGB value is (172,241,235). Sum of RGB (Red+Green+Blue) = 172+241+235=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1EB is #530E14. Grayscale: #DBDBDB. Windows color (decimal): -5443093 or 15462828. OLE color: 15462828.

HSL color Cylindrical-coordinate representation of color #ACF1EB: hue angle of 174.78º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1EB is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 235 -
CMYK 0.29 0 0.02 0.05
HSL 174.78º 0.71% 0.81% -
HSV(B) 174.78º 0.29% 0.95% -
XYZ 63.46 77.68 90.25 -
YUV 219.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 172 241 235 0.29 0 0.02 0.05 174.78 0.71 0.81
Hex AC F1 EB 1D 0 2 5 AF 47 51
Octal 254 361 353 35 0 2 5 257 107 121
Binary 10101100 11110001 11101011 11101 0 10 101 10101111 1000111 1010001

Color Harmonies of #ACF1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1EB

Black with #ACF1EB

Text Example


Text Example

White with #ACF1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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