Html Css Color HEX #ACF0FB Pale Turquoise

📋 copy color: '#ACF0FB'

red 172 ◦ green 240 ◦ blue 251

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

Shades of Pale Turquoise #ACF0FB

Tints of Pale Turquoise #ACF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.2%

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

R = 25.94%
G = 36.2%
B = 37.86%

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

#ACF0FB (or 0xACF0FB) is known color: Pale Turquoise. HEX triplet: AC, F0 and FB. RGB value is (172,240,251). Sum of RGB (Red+Green+Blue) = 172+240+251=663 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.94% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACF0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF0FB is #530F04. Grayscale: #DCDCDC. Windows color (decimal): -5443333 or 16511148. OLE color: 16511148.

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

Color convert

RGB 172 240 251 -
CMYK 0.31 0.04 0 0.02
HSL 188.35º 0.91% 0.83% -
HSV(B) 188.35º 0.31% 0.98% -
XYZ 65.59 78.06 102.88 -
YUV 220.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 172 240 251 0.31 0.04 0 0.02 188.35 0.91 0.83
Hex AC F0 FB 1F 4 0 2 BC 5B 53
Octal 254 360 373 37 4 0 2 274 133 123
Binary 10101100 11110000 11111011 11111 100 0 10 10111100 1011011 1010011

Color Harmonies of #ACF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0FB

Black with #ACF0FB

Text Example


Text Example

White with #ACF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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