Html Css Color HEX #ACF6FA Pale Turquoise

📋 copy color: '#ACF6FA'

red 172 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #ACF6FA

Tints of Pale Turquoise #ACF6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.83%

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 25.75%
G = 36.83%
B = 37.43%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACF6FA (or 0xACF6FA) is known color: Pale Turquoise. HEX triplet: AC, F6 and FA. RGB value is (172,246,250). Sum of RGB (Red+Green+Blue) = 172+246+250=668 (88% of max value = 765). Red value is 172 (67.58% from 255 or 25.75% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF6FA is #530905. Grayscale: #E0E0E0. Windows color (decimal): -5441798 or 16447148. OLE color: 16447148.

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

Color convert

RGB 172 246 250 -
CMYK 0.31 0.02 0 0.02
HSL 183.08º 0.89% 0.83% -
HSV(B) 183.08º 0.31% 0.98% -
XYZ 67.22 81.58 102.65 -
YUV 224.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 172 246 250 0.31 0.02 0 0.02 183.08 0.89 0.83
Hex AC F6 FA 1F 2 0 2 B7 59 53
Octal 254 366 372 37 2 0 2 267 131 123
Binary 10101100 11110110 11111010 11111 10 0 10 10110111 1011001 1010011

Color Harmonies of #ACF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6FA

Black with #ACF6FA

Text Example


Text Example

White with #ACF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6FA; }

 p { color: rgb(172,246,250); }

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

background-color css

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

 a { background-color: rgb(172,246,250); }

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

border-color css

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

 span { border-color: rgb(172,246,250); }

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