Html Css Color HEX #ACF2EE Pale Turquoise

📋 copy color: '#ACF2EE'

red 172 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #ACF2EE

Tints of Pale Turquoise #ACF2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.12%

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

R = 26.38%
G = 37.12%
B = 36.5%

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

#ACF2EE (or 0xACF2EE) is known color: Pale Turquoise. HEX triplet: AC, F2 and EE. RGB value is (172,242,238). Sum of RGB (Red+Green+Blue) = 172+242+238=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2EE is #530D11. Grayscale: #DCDCDC. Windows color (decimal): -5442834 or 15659692. OLE color: 15659692.

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

Color convert

RGB 172 242 238 -
CMYK 0.29 0 0.02 0.05
HSL 176.57º 0.73% 0.81% -
HSV(B) 176.57º 0.29% 0.95% -
XYZ 64.2 78.45 92.65 -
YUV 220.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 172 242 238 0.29 0 0.02 0.05 176.57 0.73 0.81
Hex AC F2 EE 1D 0 2 5 B1 49 51
Octal 254 362 356 35 0 2 5 261 111 121
Binary 10101100 11110010 11101110 11101 0 10 101 10110001 1001001 1010001

Color Harmonies of #ACF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2EE

Black with #ACF2EE

Text Example


Text Example

White with #ACF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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