Html Css Color HEX #ACF9EE Pale Turquoise

📋 copy color: '#ACF9EE'

red 172 ◦ green 249 ◦ blue 238

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

Shades of Pale Turquoise #ACF9EE

Tints of Pale Turquoise #ACF9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.78%

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

R = 26.1%
G = 37.78%
B = 36.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#ACF9EE (or 0xACF9EE) is known color: Pale Turquoise. HEX triplet: AC, F9 and EE. RGB value is (172,249,238). Sum of RGB (Red+Green+Blue) = 172+249+238=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9EE is #530611. Grayscale: #E0E0E0. Windows color (decimal): -5441042 or 15661484. OLE color: 15661484.

HSL color Cylindrical-coordinate representation of color #ACF9EE: hue angle of 171.43º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9EE is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 238 -
CMYK 0.31 0 0.04 0.02
HSL 171.43º 0.87% 0.83% -
HSV(B) 171.43º 0.31% 0.98% -
XYZ 66.32 82.7 93.36 -
YUV 224.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 172 249 238 0.31 0 0.04 0.02 171.43 0.87 0.83
Hex AC F9 EE 1F 0 4 2 AB 57 53
Octal 254 371 356 37 0 4 2 253 127 123
Binary 10101100 11111001 11101110 11111 0 100 10 10101011 1010111 1010011

Color Harmonies of #ACF9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9EE

Black with #ACF9EE

Text Example


Text Example

White with #ACF9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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