#AFEBE4

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

Shades of Pale Turquoise #AFEBE4

Tints of Pale Turquoise #AFEBE4

Color information

#AFEBE4 (or 0xAFEBE4) is unknown color: approx Pale Turquoise. HEX triplet: AF, EB and E4. RGB value is (175,235,228). Sum of RGB (Red+Green+Blue) = 175+235+228=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBE4 is #50141B. Grayscale: #D8D8D8. Windows color (decimal): -5248028 or 15002543. OLE color: 15002543.

HSL color Cylindrical-coordinate representation of color #AFEBE4: hue angle of 173º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBE4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB175235228-
CMYK0.2600.030.08
HSL173º60%80.39%-
HSV(B)173º25.53%92.16%-
XYZ61.3974.1384.47-
YUV216.26134.6298.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.43%
GREEN value IS 235 (92.19% from 255) = 36.83%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=27.43%
G=36.83%
B=35.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752352280.2600.030.081736080.39
HexAFEBE41A038ad3c50
Octal25735334432031025574120
Binary101011111110101111100100110100111000101011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBE4; }

 p { color: rgb(175,235,228); }

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

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

 a { background-color: rgb(175,235,228); }

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

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

 span { border-color: rgb(175,235,228); }

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