#AFEEF3

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

Shades of Pale Turquoise #AFEEF3

Tints of Pale Turquoise #AFEEF3

Color information

#AFEEF3 (or 0xAFEEF3) is unknown color: approx Pale Turquoise. HEX triplet: AF, EE and F3. RGB value is (175,238,243). Sum of RGB (Red+Green+Blue) = 175+238+243=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEEF3 is #50110C. Grayscale: #DBDBDB. Windows color (decimal): -5247245 or 15986351. OLE color: 15986351.

HSL color Cylindrical-coordinate representation of color #AFEEF3: hue angle of 184.41º degrees, saturation: 0.74, 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 #AFEEF3 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175238243-
CMYK0.280.0200.05
HSL184.41º73.91%81.96%-
HSV(B)184.41º27.98%95.29%-
XYZ64.4376.7396.21-
YUV219.73141.1396.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.68%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 243 (95.31% from 255) = 37.04%
R=26.68%
G=36.28%
B=37.04%

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
Decimal1752382430.280.0200.05184.4173.9181.96
HexAFEEF31C205b84a52
Octal25735636334205270112122
Binary101011111110111011110011111001001011011100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEF3; }

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

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

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

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

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

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

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

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