Html Css Color HEX #ACF5FF Pale Turquoise

📋 copy color: '#ACF5FF'

red 172 ◦ green 245 ◦ blue 255

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

Shades of Pale Turquoise #ACF5FF

Tints of Pale Turquoise #ACF5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.46%

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

R = 25.6%
G = 36.46%
B = 37.95%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACF5FF (or 0xACF5FF) is known color: Pale Turquoise. HEX triplet: AC, F5 and FF. RGB value is (172,245,255). Sum of RGB (Red+Green+Blue) = 172+245+255=672 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.60% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FF is #530A00. Grayscale: #E0E0E0. Windows color (decimal): -5442049 or 16774572. OLE color: 16774572.

HSL color Cylindrical-coordinate representation of color #ACF5FF: hue angle of 187.23º 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 #ACF5FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 245 255 -
CMYK 0.33 0.04 0 0
HSL 187.23º 1% 0.84% -
HSV(B) 187.23º 0.33% 1% -
XYZ 67.72 81.3 106.73 -
YUV 224.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 172 245 255 0.33 0.04 0 0 187.23 1 0.84
Hex AC F5 FF 21 4 0 0 BB 64 54
Octal 254 365 377 41 4 0 0 273 144 124
Binary 10101100 11110101 11111111 100001 100 0 0 10111011 1100100 1010100

Color Harmonies of #ACF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5FF

Black with #ACF5FF

Text Example


Text Example

White with #ACF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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