Html Css Color HEX #ACFDFD Pale Turquoise

📋 copy color: '#ACFDFD'

red 172 ◦ green 253 ◦ blue 253

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

Shades of Pale Turquoise #ACFDFD

Tints of Pale Turquoise #ACFDFD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.32%

 BLUE value IS 253 (99.22% from 255) = 37.32%

R = 25.37%
G = 37.32%
B = 37.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACFDFD (or 0xACFDFD) is known color: Pale Turquoise. HEX triplet: AC, FD and FD. RGB value is (172,253,253). Sum of RGB (Red+Green+Blue) = 172+253+253=678 (89% of max value = 765). Red value is 172 (67.58% from 255 or 25.37% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #ACFDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDFD is #530202. Grayscale: #E4E4E4. Windows color (decimal): -5440003 or 16645548. OLE color: 16645548.

HSL color Cylindrical-coordinate representation of color #ACFDFD: hue angle of 180º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDFD is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 253 -
CMYK 0.32 0 0 0.01
HSL 180º 0.95% 0.83% -
HSV(B) 180º 0.32% 0.99% -
XYZ 69.87 86.11 105.87 -
YUV 228.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 172 253 253 0.32 0 0 0.01 180 0.95 0.83
Hex AC FD FD 20 0 0 1 B4 5F 53
Octal 254 375 375 40 0 0 1 264 137 123
Binary 10101100 11111101 11111101 100000 0 0 1 10110100 1011111 1010011

Color Harmonies of #ACFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDFD

Black with #ACFDFD

Text Example


Text Example

White with #ACFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDFD; }

 p { color: rgb(172,253,253); }

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

background-color css

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

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

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

border-color css

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

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

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