Html Css Color HEX #ACF6FD Pale Turquoise

📋 copy color: '#ACF6FD'

red 172 ◦ green 246 ◦ blue 253

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

Shades of Pale Turquoise #ACF6FD

Tints of Pale Turquoise #ACF6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 25.63%
G = 36.66%
B = 37.7%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACF6FD (or 0xACF6FD) is known color: Pale Turquoise. HEX triplet: AC, F6 and FD. RGB value is (172,246,253). Sum of RGB (Red+Green+Blue) = 172+246+253=671 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.63% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF6FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6FD is #530902. Grayscale: #E0E0E0. Windows color (decimal): -5441795 or 16643756. OLE color: 16643756.

HSL color Cylindrical-coordinate representation of color #ACF6FD: hue angle of 185.19º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF6FD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 246 253 -
CMYK 0.32 0.03 0 0.01
HSL 185.19º 0.95% 0.83% -
HSV(B) 185.19º 0.32% 0.99% -
XYZ 67.7 81.77 105.14 -
YUV 224.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 172 246 253 0.32 0.03 0 0.01 185.19 0.95 0.83
Hex AC F6 FD 20 3 0 1 B9 5F 53
Octal 254 366 375 40 3 0 1 271 137 123
Binary 10101100 11110110 11111101 100000 11 0 1 10111001 1011111 1010011

Color Harmonies of #ACF6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6FD

Black with #ACF6FD

Text Example


Text Example

White with #ACF6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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