Html Css Color HEX #ACF9FD Pale Turquoise

📋 copy color: '#ACF9FD'

red 172 ◦ green 249 ◦ blue 253

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

Shades of Pale Turquoise #ACF9FD

Tints of Pale Turquoise #ACF9FD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.94%

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

R = 25.52%
G = 36.94%
B = 37.54%

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

#ACF9FD (or 0xACF9FD) is known color: Pale Turquoise. HEX triplet: AC, F9 and FD. RGB value is (172,249,253). Sum of RGB (Red+Green+Blue) = 172+249+253=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACF9FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9FD is #530602. Grayscale: #E2E2E2. Windows color (decimal): -5441027 or 16644524. OLE color: 16644524.

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

Color convert

RGB 172 249 253 -
CMYK 0.32 0.02 0 0.01
HSL 182.96º 0.95% 0.83% -
HSV(B) 182.96º 0.32% 0.99% -
XYZ 68.62 83.61 105.45 -
YUV 226.43 142.99 89.17 -
System Red Green Blue C M Y K H S L
Decimal 172 249 253 0.32 0.02 0 0.01 182.96 0.95 0.83
Hex AC F9 FD 20 2 0 1 B7 5F 53
Octal 254 371 375 40 2 0 1 267 137 123
Binary 10101100 11111001 11111101 100000 10 0 1 10110111 1011111 1010011

Color Harmonies of #ACF9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9FD

Black with #ACF9FD

Text Example


Text Example

White with #ACF9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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