#AFEEF2

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

Shades of Pale Turquoise #AFEEF2

Tints of Pale Turquoise #AFEEF2

Color information

#AFEEF2 (or 0xAFEEF2) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and F2. RGB value is (175,238,242). Sum of RGB (Red+Green+Blue) = 175+238+242=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEF2 is #50110D. Grayscale: #DBDBDB. Windows color (decimal): -5247246 or 15920815. OLE color: 15920815.

HSL color Cylindrical-coordinate representation of color #AFEEF2: hue angle of 183.58º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEEF2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175238242-
CMYK0.280.0200.05
HSL183.58º72.04%81.76%-
HSV(B)183.58º27.69%94.9%-
XYZ64.2876.6795.42-
YUV219.62140.6396.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=26.72%
G=36.34%
B=36.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752382420.280.0200.05183.5872.0481.76
HexAFEEF21C205b84852
Octal25735636234205270110122
Binary101011111110111011110010111001001011011100010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEF2; }

 p { color: rgb(175,238,242); }

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

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

 a { background-color: rgb(175,238,242); }

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

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

 span { border-color: rgb(175,238,242); }

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