Html Css Color HEX #ACFCFF Pale Turquoise

📋 copy color: '#ACFCFF'

red 172 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #ACFCFF

Tints of Pale Turquoise #ACFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

 BLUE value IS 255 (100% from 255) = 37.56%

R = 25.33%
G = 37.11%
B = 37.56%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACFCFF (or 0xACFCFF) is known color: Pale Turquoise. HEX triplet: AC, FC and FF. RGB value is (172,252,255). Sum of RGB (Red+Green+Blue) = 172+252+255=679 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.33% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCFF is #530300. Grayscale: #E4E4E4. Windows color (decimal): -5440257 or 16776364. OLE color: 16776364.

HSL color Cylindrical-coordinate representation of color #ACFCFF: hue angle of 182.17º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFCFF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 252 255 -
CMYK 0.33 0.01 0 0
HSL 182.17º 1% 0.84% -
HSV(B) 182.17º 0.33% 1% -
XYZ 69.87 85.61 107.45 -
YUV 228.42 143 87.76 -
System Red Green Blue C M Y K H S L
Decimal 172 252 255 0.33 0.01 0 0 182.17 1 0.84
Hex AC FC FF 21 1 0 0 B6 64 54
Octal 254 374 377 41 1 0 0 266 144 124
Binary 10101100 11111100 11111111 100001 1 0 0 10110110 1100100 1010100

Color Harmonies of #ACFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCFF

Black with #ACFCFF

Text Example


Text Example

White with #ACFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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