Html Css Color HEX #ACF1F2 Pale Turquoise

📋 copy color: '#ACF1F2'

red 172 ◦ green 241 ◦ blue 242

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

Shades of Pale Turquoise #ACF1F2

Tints of Pale Turquoise #ACF1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 26.26%
G = 36.79%
B = 36.95%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACF1F2 (or 0xACF1F2) is known color: Pale Turquoise. HEX triplet: AC, F1 and F2. RGB value is (172,241,242). Sum of RGB (Red+Green+Blue) = 172+241+242=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACF1F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF1F2 is #530E0D. Grayscale: #DCDCDC. Windows color (decimal): -5443086 or 15921580. OLE color: 15921580.

HSL color Cylindrical-coordinate representation of color #ACF1F2: hue angle of 180.86º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1F2 is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 242 -
CMYK 0.29 0.00 0 0.05
HSL 180.86º 0.73% 0.81% -
HSV(B) 180.86º 0.29% 0.95% -
XYZ 64.5 78.09 95.68 -
YUV 220.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 172 241 242 0.29 0.00 0 0.05 180.86 0.73 0.81
Hex AC F1 F2 1D 0 0 5 B5 49 51
Octal 254 361 362 35 0 0 5 265 111 121
Binary 10101100 11110001 11110010 11101 0 0 101 10110101 1001001 1010001

Color Harmonies of #ACF1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1F2

Black with #ACF1F2

Text Example


Text Example

White with #ACF1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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