#AFFFFD

Color #AFFFFD Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #AFFFFD

Tints of Pale Turquoise #AFFFFD

Color information

#AFFFFD (or 0xAFFFFD) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and FD. RGB value is (175,255,253). Sum of RGB (Red+Green+Blue) = 175+255+253=683 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.62% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFFD is #500002. Grayscale: #E6E6E6. Windows color (decimal): -5242883 or 16646063. OLE color: 16646063.

HSL color Cylindrical-coordinate representation of color #AFFFFD: hue angle of 178.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFFD is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB175255253-
CMYK0.3100.010
HSL178.5º100%84.31%-
HSV(B)178.5º31.37%100%-
XYZ71.1787.73106.11-
YUV230.85140.588.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.62%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 253 (99.22% from 255) = 37.04%
R=25.62%
G=37.34%
B=37.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552530.3100.010178.510084.31
HexAFFFFD1F010b26454
Octal25737737537010262144124
Binary101011111111111111111101111110101011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFFD; }

 p { color: rgb(175,255,253); }

 H1.HeaderClassName
 {
   color: #AFFFFD;
 }
 .AnyTagClassName
 {
   color: #AFFFFD;
 }
</style>
background-color css

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

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

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

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

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

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