Html Css Color HEX #ACF1FF Pale Turquoise

📋 copy color: '#ACF1FF'

red 172 ◦ green 241 ◦ blue 255

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

Shades of Pale Turquoise #ACF1FF

Tints of Pale Turquoise #ACF1FF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

 BLUE value IS 255 (100% from 255) = 38.17%

R = 25.75%
G = 36.08%
B = 38.17%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACF1FF (or 0xACF1FF) is known color: Pale Turquoise. HEX triplet: AC, F1 and FF. RGB value is (172,241,255). Sum of RGB (Red+Green+Blue) = 172+241+255=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1FF is #530E00. Grayscale: #DDDDDD. Windows color (decimal): -5443073 or 16773548. OLE color: 16773548.

HSL color Cylindrical-coordinate representation of color #ACF1FF: hue angle of 190.12º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACF1FF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 241 255 -
CMYK 0.33 0.05 0 0
HSL 190.12º 1% 0.84% -
HSV(B) 190.12º 0.33% 1% -
XYZ 66.52 78.9 106.33 -
YUV 221.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 172 241 255 0.33 0.05 0 0 190.12 1 0.84
Hex AC F1 FF 21 5 0 0 BE 64 54
Octal 254 361 377 41 5 0 0 276 144 124
Binary 10101100 11110001 11111111 100001 101 0 0 10111110 1100100 1010100

Color Harmonies of #ACF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1FF

Black with #ACF1FF

Text Example


Text Example

White with #ACF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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