Html Css Color HEX #ACF0F1 Pale Turquoise

📋 copy color: '#ACF0F1'

red 172 ◦ green 240 ◦ blue 241

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

Shades of Pale Turquoise #ACF0F1

Tints of Pale Turquoise #ACF0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.91%

R = 26.34%
G = 36.75%
B = 36.91%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACF0F1 (or 0xACF0F1) is known color: Pale Turquoise. HEX triplet: AC, F0 and F1. RGB value is (172,240,241). Sum of RGB (Red+Green+Blue) = 172+240+241=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACF0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0F1 is #530F0E. Grayscale: #DBDBDB. Windows color (decimal): -5443343 or 15855788. OLE color: 15855788.

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

Color convert

RGB 172 240 241 -
CMYK 0.29 0.00 0 0.05
HSL 180.87º 0.71% 0.81% -
HSV(B) 180.87º 0.29% 0.95% -
XYZ 64.05 77.44 94.79 -
YUV 219.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 172 240 241 0.29 0.00 0 0.05 180.87 0.71 0.81
Hex AC F0 F1 1D 0 0 5 B5 47 51
Octal 254 360 361 35 0 0 5 265 107 121
Binary 10101100 11110000 11110001 11101 0 0 101 10110101 1000111 1010001

Color Harmonies of #ACF0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0F1

Black with #ACF0F1

Text Example


Text Example

White with #ACF0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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