Html Css Color HEX #ACF1EF Pale Turquoise

📋 copy color: '#ACF1EF'

red 172 ◦ green 241 ◦ blue 239

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

Shades of Pale Turquoise #ACF1EF

Tints of Pale Turquoise #ACF1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.66%

R = 26.38%
G = 36.96%
B = 36.66%

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

#ACF1EF (or 0xACF1EF) is known color: Pale Turquoise. HEX triplet: AC, F1 and EF. RGB value is (172,241,239). Sum of RGB (Red+Green+Blue) = 172+241+239=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1EF is #530E10. Grayscale: #DCDCDC. Windows color (decimal): -5443089 or 15724972. OLE color: 15724972.

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

Color convert

RGB 172 241 239 -
CMYK 0.29 0 0.01 0.05
HSL 178.26º 0.71% 0.81% -
HSV(B) 178.26º 0.29% 0.95% -
XYZ 64.05 77.91 93.32 -
YUV 220.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 172 241 239 0.29 0 0.01 0.05 178.26 0.71 0.81
Hex AC F1 EF 1D 0 1 5 B2 47 51
Octal 254 361 357 35 0 1 5 262 107 121
Binary 10101100 11110001 11101111 11101 0 1 101 10110010 1000111 1010001

Color Harmonies of #ACF1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1EF

Black with #ACF1EF

Text Example


Text Example

White with #ACF1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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