#AFFBED

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

Shades of Pale Turquoise #AFFBED

Tints of Pale Turquoise #AFFBED

Color information

#AFFBED (or 0xAFFBED) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and ED. RGB value is (175,251,237). Sum of RGB (Red+Green+Blue) = 175+251+237=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBED is #500412. Grayscale: #E2E2E2. Windows color (decimal): -5243923 or 15596463. OLE color: 15596463.

HSL color Cylindrical-coordinate representation of color #AFFBED: hue angle of 168.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBED is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB175251237-
CMYK0.3000.060.02
HSL168.95º90.48%83.53%-
HSV(B)168.95º30.28%98.43%-
XYZ67.4684.2292.82-
YUV226.68133.8291.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.40%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=26.40%
G=37.86%
B=35.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752512370.3000.060.02168.9590.4883.53
HexAFFBED1E062a95a54
Octal25737335536062251132124
Binary101011111111101111101101111100110101010100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBED; }

 p { color: rgb(175,251,237); }

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

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

 a { background-color: rgb(175,251,237); }

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

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

 span { border-color: rgb(175,251,237); }

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