Html Css Color HEX #ACF1FB Pale Turquoise

📋 copy color: '#ACF1FB'

red 172 ◦ green 241 ◦ blue 251

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

Shades of Pale Turquoise #ACF1FB

Tints of Pale Turquoise #ACF1FB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.3%

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 25.9%
G = 36.3%
B = 37.8%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACF1FB (or 0xACF1FB) is known color: Pale Turquoise. HEX triplet: AC, F1 and FB. RGB value is (172,241,251). Sum of RGB (Red+Green+Blue) = 172+241+251=664 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.90% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACF1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1FB is #530E04. Grayscale: #DDDDDD. Windows color (decimal): -5443077 or 16511404. OLE color: 16511404.

HSL color Cylindrical-coordinate representation of color #ACF1FB: hue angle of 187.59º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF1FB is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 241 251 -
CMYK 0.31 0.04 0 0.02
HSL 187.59º 0.91% 0.83% -
HSV(B) 187.59º 0.31% 0.98% -
XYZ 65.88 78.65 102.97 -
YUV 221.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 172 241 251 0.31 0.04 0 0.02 187.59 0.91 0.83
Hex AC F1 FB 1F 4 0 2 BC 5B 53
Octal 254 361 373 37 4 0 2 274 133 123
Binary 10101100 11110001 11111011 11111 100 0 10 10111100 1011011 1010011

Color Harmonies of #ACF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1FB

Black with #ACF1FB

Text Example


Text Example

White with #ACF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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