#AFFEEF

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

Shades of Pale Turquoise #AFFEEF

Tints of Pale Turquoise #AFFEEF

Color information

#AFFEEF (or 0xAFFEEF) is unknown color: approx Pale Turquoise. HEX triplet: AF, FE and EF. RGB value is (175,254,239). Sum of RGB (Red+Green+Blue) = 175+254+239=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEEF is #500110. Grayscale: #E4E4E4. Windows color (decimal): -5243153 or 15728303. OLE color: 15728303.

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

Color convert

RGB175254239-
CMYK0.3100.060.00
HSL168.61º97.53%84.12%-
HSV(B)168.61º31.1%99.61%-
XYZ68.786.2394.68-
YUV228.67133.8389.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.20%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=26.20%
G=38.02%
B=35.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542390.3100.060.00168.6197.5384.12
HexAFFEEF1F060a96254
Octal25737635737060251142124
Binary10101111111111101110111111111011001010100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEEF; }

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

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

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

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

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

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

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

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