Html Css Color HEX #ACF8FD Pale Turquoise

📋 copy color: '#ACF8FD'

red 172 ◦ green 248 ◦ blue 253

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

Shades of Pale Turquoise #ACF8FD

Tints of Pale Turquoise #ACF8FD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.85%

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

R = 25.56%
G = 36.85%
B = 37.59%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACF8FD (or 0xACF8FD) is known color: Pale Turquoise. HEX triplet: AC, F8 and FD. RGB value is (172,248,253). Sum of RGB (Red+Green+Blue) = 172+248+253=673 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.56% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8FD is #530702. Grayscale: #E1E1E1. Windows color (decimal): -5441283 or 16644268. OLE color: 16644268.

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

Color convert

RGB 172 248 253 -
CMYK 0.32 0.02 0 0.01
HSL 183.7º 0.95% 0.83% -
HSV(B) 183.7º 0.32% 0.99% -
XYZ 68.31 83 105.35 -
YUV 225.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 172 248 253 0.32 0.02 0 0.01 183.7 0.95 0.83
Hex AC F8 FD 20 2 0 1 B8 5F 53
Octal 254 370 375 40 2 0 1 270 137 123
Binary 10101100 11111000 11111101 100000 10 0 1 10111000 1011111 1010011

Color Harmonies of #ACF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8FD

Black with #ACF8FD

Text Example


Text Example

White with #ACF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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