Html Css Color HEX #ACF6FB Pale Turquoise

📋 copy color: '#ACF6FB'

red 172 ◦ green 246 ◦ blue 251

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

Shades of Pale Turquoise #ACF6FB

Tints of Pale Turquoise #ACF6FB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.77%

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

R = 25.71%
G = 36.77%
B = 37.52%

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

#ACF6FB (or 0xACF6FB) is known color: Pale Turquoise. HEX triplet: AC, F6 and FB. RGB value is (172,246,251). Sum of RGB (Red+Green+Blue) = 172+246+251=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACF6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6FB is #530904. Grayscale: #E0E0E0. Windows color (decimal): -5441797 or 16512684. OLE color: 16512684.

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

Color convert

RGB 172 246 251 -
CMYK 0.31 0.02 0 0.02
HSL 183.8º 0.91% 0.83% -
HSV(B) 183.8º 0.31% 0.98% -
XYZ 67.38 81.65 103.47 -
YUV 224.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 172 246 251 0.31 0.02 0 0.02 183.8 0.91 0.83
Hex AC F6 FB 1F 2 0 2 B8 5B 53
Octal 254 366 373 37 2 0 2 270 133 123
Binary 10101100 11110110 11111011 11111 10 0 10 10111000 1011011 1010011

Color Harmonies of #ACF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6FB

Black with #ACF6FB

Text Example


Text Example

White with #ACF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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