Html Css Color HEX #ACF6EE Pale Turquoise

📋 copy color: '#ACF6EE'

red 172 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #ACF6EE

Tints of Pale Turquoise #ACF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.5%

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

R = 26.22%
G = 37.5%
B = 36.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#ACF6EE (or 0xACF6EE) is known color: Pale Turquoise. HEX triplet: AC, F6 and EE. RGB value is (172,246,238). Sum of RGB (Red+Green+Blue) = 172+246+238=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6EE is #530911. Grayscale: #DEDEDE. Windows color (decimal): -5441810 or 15660716. OLE color: 15660716.

HSL color Cylindrical-coordinate representation of color #ACF6EE: hue angle of 173.51º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6EE is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 238 -
CMYK 0.30 0 0.03 0.04
HSL 173.51º 0.8% 0.82% -
HSV(B) 173.51º 0.3% 0.96% -
XYZ 65.4 80.86 93.05 -
YUV 222.96 136.48 91.65 -
System Red Green Blue C M Y K H S L
Decimal 172 246 238 0.30 0 0.03 0.04 173.51 0.8 0.82
Hex AC F6 EE 1E 0 3 4 AE 50 52
Octal 254 366 356 36 0 3 4 256 120 122
Binary 10101100 11110110 11101110 11110 0 11 100 10101110 1010000 1010010

Color Harmonies of #ACF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6EE

Black with #ACF6EE

Text Example


Text Example

White with #ACF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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