Html Css Color HEX #ACF1EE Pale Turquoise

📋 copy color: '#ACF1EE'

red 172 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #ACF1EE

Tints of Pale Turquoise #ACF1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 26.42%
G = 37.02%
B = 36.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#ACF1EE (or 0xACF1EE) is known color: Pale Turquoise. HEX triplet: AC, F1 and EE. RGB value is (172,241,238). Sum of RGB (Red+Green+Blue) = 172+241+238=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1EE is #530E11. Grayscale: #DBDBDB. Windows color (decimal): -5443090 or 15659436. OLE color: 15659436.

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

Color convert

RGB 172 241 238 -
CMYK 0.29 0 0.01 0.05
HSL 177.39º 0.71% 0.81% -
HSV(B) 177.39º 0.29% 0.95% -
XYZ 63.9 77.85 92.55 -
YUV 220.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 172 241 238 0.29 0 0.01 0.05 177.39 0.71 0.81
Hex AC F1 EE 1D 0 1 5 B1 47 51
Octal 254 361 356 35 0 1 5 261 107 121
Binary 10101100 11110001 11101110 11101 0 1 101 10110001 1000111 1010001

Color Harmonies of #ACF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1EE

Black with #ACF1EE

Text Example


Text Example

White with #ACF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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