Html Css Color HEX #ACF0F2 Pale Turquoise

📋 copy color: '#ACF0F2'

red 172 ◦ green 240 ◦ blue 242

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

Shades of Pale Turquoise #ACF0F2

Tints of Pale Turquoise #ACF0F2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.7%

 BLUE value IS 242 (94.92% from 255) = 37%

R = 26.3%
G = 36.7%
B = 37%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACF0F2 (or 0xACF0F2) is known color: Pale Turquoise. HEX triplet: AC, F0 and F2. RGB value is (172,240,242). Sum of RGB (Red+Green+Blue) = 172+240+242=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACF0F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0F2 is #530F0D. Grayscale: #DBDBDB. Windows color (decimal): -5443342 or 15921324. OLE color: 15921324.

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

Color convert

RGB 172 240 242 -
CMYK 0.29 0.01 0 0.05
HSL 181.71º 0.73% 0.81% -
HSV(B) 181.71º 0.29% 0.95% -
XYZ 64.2 77.5 95.58 -
YUV 219.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 172 240 242 0.29 0.01 0 0.05 181.71 0.73 0.81
Hex AC F0 F2 1D 1 0 5 B6 49 51
Octal 254 360 362 35 1 0 5 266 111 121
Binary 10101100 11110000 11110010 11101 1 0 101 10110110 1001001 1010001

Color Harmonies of #ACF0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0F2

Black with #ACF0F2

Text Example


Text Example

White with #ACF0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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