Html Css Color HEX #ACFBEC Pale Turquoise

📋 copy color: '#ACFBEC'

red 172 ◦ green 251 ◦ blue 236

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

Shades of Pale Turquoise #ACFBEC

Tints of Pale Turquoise #ACFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.09%

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 26.1%
G = 38.09%
B = 35.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#ACFBEC (or 0xACFBEC) is known color: Pale Turquoise. HEX triplet: AC, FB and EC. RGB value is (172,251,236). Sum of RGB (Red+Green+Blue) = 172+251+236=659 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.10% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBEC is #530413. Grayscale: #E1E1E1. Windows color (decimal): -5440532 or 15530924. OLE color: 15530924.

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

Color convert

RGB 172 251 236 -
CMYK 0.31 0 0.06 0.02
HSL 168.61º 0.91% 0.83% -
HSV(B) 168.61º 0.31% 0.98% -
XYZ 66.65 83.82 92.02 -
YUV 225.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 172 251 236 0.31 0 0.06 0.02 168.61 0.91 0.83
Hex AC FB EC 1F 0 6 2 A9 5B 53
Octal 254 373 354 37 0 6 2 251 133 123
Binary 10101100 11111011 11101100 11111 0 110 10 10101001 1011011 1010011

Color Harmonies of #ACFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBEC

Black with #ACFBEC

Text Example


Text Example

White with #ACFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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