#AFEFFF

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

Shades of Pale Turquoise #AFEFFF

Tints of Pale Turquoise #AFEFFF

Color information

#AFEFFF (or 0xAFEFFF) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and FF. RGB value is (175,239,255). Sum of RGB (Red+Green+Blue) = 175+239+255=669 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.16% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFFF is #501000. Grayscale: #DDDDDD. Windows color (decimal): -5246977 or 16773039. OLE color: 16773039.

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

Color convert

RGB175239255-
CMYK0.310.0600
HSL192º100%84.31%-
HSV(B)192º31.37%100%-
XYZ66.678.07106.17-
YUV221.69146.894.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.16%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 255 (100% from 255) = 38.12%
R=26.16%
G=35.72%
B=38.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752392550.310.060019210084.31
HexAFEFFF1F600c06454
Octal25735737737600300144124
Binary10101111111011111111111111111110001100000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFFF; }

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

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

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

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

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

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

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

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