Html Css Color HEX #ACFAFC Pale Turquoise

📋 copy color: '#ACFAFC'

red 172 ◦ green 250 ◦ blue 252

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

Shades of Pale Turquoise #ACFAFC

Tints of Pale Turquoise #ACFAFC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.09%

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 25.52%
G = 37.09%
B = 37.39%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACFAFC (or 0xACFAFC) is known color: Pale Turquoise. HEX triplet: AC, FA and FC. RGB value is (172,250,252). Sum of RGB (Red+Green+Blue) = 172+250+252=674 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.52% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACFAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAFC is #530503. Grayscale: #E2E2E2. Windows color (decimal): -5440772 or 16579244. OLE color: 16579244.

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

Color convert

RGB 172 250 252 -
CMYK 0.32 0.01 0 0.01
HSL 181.5º 0.93% 0.83% -
HSV(B) 181.5º 0.32% 0.99% -
XYZ 68.77 84.17 104.72 -
YUV 226.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 172 250 252 0.32 0.01 0 0.01 181.5 0.93 0.83
Hex AC FA FC 20 1 0 1 B6 5D 53
Octal 254 372 374 40 1 0 1 266 135 123
Binary 10101100 11111010 11111100 100000 1 0 1 10110110 1011101 1010011

Color Harmonies of #ACFAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAFC

Black with #ACFAFC

Text Example


Text Example

White with #ACFAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAFC; }

 p { color: rgb(172,250,252); }

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

background-color css

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

 a { background-color: rgb(172,250,252); }

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

border-color css

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

 span { border-color: rgb(172,250,252); }

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