Html Css Color HEX #ACF5FB Pale Turquoise

📋 copy color: '#ACF5FB'

red 172 ◦ green 245 ◦ blue 251

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

Shades of Pale Turquoise #ACF5FB

Tints of Pale Turquoise #ACF5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.57%

R = 25.75%
G = 36.68%
B = 37.57%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACF5FB (or 0xACF5FB) is known color: Pale Turquoise. HEX triplet: AC, F5 and FB. RGB value is (172,245,251). Sum of RGB (Red+Green+Blue) = 172+245+251=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACF5FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF5FB is #530A04. Grayscale: #DFDFDF. Windows color (decimal): -5442053 or 16512428. OLE color: 16512428.

HSL color Cylindrical-coordinate representation of color #ACF5FB: hue angle of 184.56º degrees, saturation: 0.91, 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 #ACF5FB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 245 251 -
CMYK 0.31 0.02 0 0.02
HSL 184.56º 0.91% 0.83% -
HSV(B) 184.56º 0.31% 0.98% -
XYZ 67.08 81.04 103.37 -
YUV 223.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 172 245 251 0.31 0.02 0 0.02 184.56 0.91 0.83
Hex AC F5 FB 1F 2 0 2 B9 5B 53
Octal 254 365 373 37 2 0 2 271 133 123
Binary 10101100 11110101 11111011 11111 10 0 10 10111001 1011011 1010011

Color Harmonies of #ACF5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5FB

Black with #ACF5FB

Text Example


Text Example

White with #ACF5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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