Html Css Color HEX #ACF2FF Pale Turquoise

📋 copy color: '#ACF2FF'

red 172 ◦ green 242 ◦ blue 255

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

Shades of Pale Turquoise #ACF2FF

Tints of Pale Turquoise #ACF2FF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.17%

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

R = 25.71%
G = 36.17%
B = 38.12%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACF2FF (or 0xACF2FF) is known color: Pale Turquoise. HEX triplet: AC, F2 and FF. RGB value is (172,242,255). Sum of RGB (Red+Green+Blue) = 172+242+255=669 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.71% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2FF is #530D00. Grayscale: #DEDEDE. Windows color (decimal): -5442817 or 16773804. OLE color: 16773804.

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

Color convert

RGB 172 242 255 -
CMYK 0.33 0.05 0 0
HSL 189.4º 1% 0.84% -
HSV(B) 189.4º 0.33% 1% -
XYZ 66.82 79.49 106.43 -
YUV 222.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 172 242 255 0.33 0.05 0 0 189.4 1 0.84
Hex AC F2 FF 21 5 0 0 BD 64 54
Octal 254 362 377 41 5 0 0 275 144 124
Binary 10101100 11110010 11111111 100001 101 0 0 10111101 1100100 1010100

Color Harmonies of #ACF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2FF

Black with #ACF2FF

Text Example


Text Example

White with #ACF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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