Html Css Color HEX #ACFAFF Pale Turquoise

📋 copy color: '#ACFAFF'

red 172 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #ACFAFF

Tints of Pale Turquoise #ACFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

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

R = 25.41%
G = 36.93%
B = 37.67%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACFAFF (or 0xACFAFF) is known color: Pale Turquoise. HEX triplet: AC, FA and FF. RGB value is (172,250,255). Sum of RGB (Red+Green+Blue) = 172+250+255=677 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.41% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAFF is #530500. Grayscale: #E3E3E3. Windows color (decimal): -5440769 or 16775852. OLE color: 16775852.

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

Color convert

RGB 172 250 255 -
CMYK 0.33 0.02 0 0
HSL 183.61º 1% 0.84% -
HSV(B) 183.61º 0.33% 1% -
XYZ 69.25 84.36 107.24 -
YUV 227.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 172 250 255 0.33 0.02 0 0 183.61 1 0.84
Hex AC FA FF 21 2 0 0 B8 64 54
Octal 254 372 377 41 2 0 0 270 144 124
Binary 10101100 11111010 11111111 100001 10 0 0 10111000 1100100 1010100

Color Harmonies of #ACFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAFF

Black with #ACFAFF

Text Example


Text Example

White with #ACFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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