Html Css Color HEX #ACFBFC Pale Turquoise

📋 copy color: '#ACFBFC'

red 172 ◦ green 251 ◦ blue 252

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

Shades of Pale Turquoise #ACFBFC

Tints of Pale Turquoise #ACFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

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

R = 25.48%
G = 37.19%
B = 37.33%

CMYK

 C value IS 0.32

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACFBFC (or 0xACFBFC) is known color: Pale Turquoise. HEX triplet: AC, FB and FC. RGB value is (172,251,252). Sum of RGB (Red+Green+Blue) = 172+251+252=675 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.48% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBFC is #530403. Grayscale: #E3E3E3. Windows color (decimal): -5440516 or 16579500. OLE color: 16579500.

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

Color convert

RGB 172 251 252 -
CMYK 0.32 0.00 0 0.01
HSL 180.75º 0.93% 0.83% -
HSV(B) 180.75º 0.32% 0.99% -
XYZ 69.08 84.79 104.82 -
YUV 227.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 172 251 252 0.32 0.00 0 0.01 180.75 0.93 0.83
Hex AC FB FC 20 0 0 1 B5 5D 53
Octal 254 373 374 40 0 0 1 265 135 123
Binary 10101100 11111011 11111100 100000 0 0 1 10110101 1011101 1010011

Color Harmonies of #ACFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBFC

Black with #ACFBFC

Text Example


Text Example

White with #ACFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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