Html Css Color HEX #ACFBFF Pale Turquoise

📋 copy color: '#ACFBFF'

red 172 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #ACFBFF

Tints of Pale Turquoise #ACFBFF

RGB

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

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

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

R = 25.37%
G = 37.02%
B = 37.61%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACFBFF (or 0xACFBFF) is known color: Pale Turquoise. HEX triplet: AC, FB and FF. RGB value is (172,251,255). Sum of RGB (Red+Green+Blue) = 172+251+255=678 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.37% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBFF is #530400. Grayscale: #E3E3E3. Windows color (decimal): -5440513 or 16776108. OLE color: 16776108.

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

Color convert

RGB 172 251 255 -
CMYK 0.33 0.02 0 0
HSL 182.89º 1% 0.84% -
HSV(B) 182.89º 0.33% 1% -
XYZ 69.56 84.99 107.35 -
YUV 227.84 143.33 88.17 -
System Red Green Blue C M Y K H S L
Decimal 172 251 255 0.33 0.02 0 0 182.89 1 0.84
Hex AC FB FF 21 2 0 0 B7 64 54
Octal 254 373 377 41 2 0 0 267 144 124
Binary 10101100 11111011 11111111 100001 10 0 0 10110111 1100100 1010100

Color Harmonies of #ACFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBFF

Black with #ACFBFF

Text Example


Text Example

White with #ACFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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