Html Css Color HEX #AFE9ED Pale Turquoise

📋 copy color: '#AFE9ED'

red 175 ◦ green 233 ◦ blue 237

#AFE9ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #AFE9ED

Tints of Pale Turquoise #AFE9ED

RGB

 RED value IS 175 (68.75% from 255) = 27.13%

 GREEN value IS 233 (91.41% from 255) = 36.12%

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 27.13%
G = 36.12%
B = 36.74%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE9ED (or 0xAFE9ED) is known color: Pale Turquoise. HEX triplet: AF, E9 and ED. RGB value is (175,233,237). Sum of RGB (Red+Green+Blue) = 175+233+237=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFE9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9ED is #501612. Grayscale: #D8D8D8. Windows color (decimal): -5248531 or 15591855. OLE color: 15591855.

HSL color Cylindrical-coordinate representation of color #AFE9ED: hue angle of 183.87º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFE9ED is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 233 237 -
CMYK 0.26 0.02 0 0.07
HSL 183.87º 0.63% 0.81% -
HSV(B) 183.87º 0.26% 0.93% -
XYZ 62.1 73.51 91.04 -
YUV 216.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 175 233 237 0.26 0.02 0 0.07 183.87 0.63 0.81
Hex AF E9 ED 1A 2 0 7 B8 3F 51
Octal 257 351 355 32 2 0 7 270 77 121
Binary 10101111 11101001 11101101 11010 10 0 111 10111000 111111 1010001

Color Harmonies of #AFE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9ED

Black with #AFE9ED

Text Example


Text Example

White with #AFE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9ED; }

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

 H1.HeaderClassName
 {
   color: #AFE9ED;
 }
 .AnyTagClassName
 {
   color: #AFE9ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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