Html Css Color HEX #AFE9EC Pale Turquoise

📋 copy color: '#AFE9EC'

red 175 ◦ green 233 ◦ blue 236

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

Shades of Pale Turquoise #AFE9EC

Tints of Pale Turquoise #AFE9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.65%

R = 27.17%
G = 36.18%
B = 36.65%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFE9EC (or 0xAFE9EC) is known color: Pale Turquoise. HEX triplet: AF, E9 and EC. RGB value is (175,233,236). Sum of RGB (Red+Green+Blue) = 175+233+236=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFE9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFE9EC is #501613. Grayscale: #D7D7D7. Windows color (decimal): -5248532 or 15526319. OLE color: 15526319.

HSL color Cylindrical-coordinate representation of color #AFE9EC: hue angle of 182.95º degrees, saturation: 0.62, 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 #AFE9EC is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 233 236 -
CMYK 0.26 0.01 0 0.07
HSL 182.95º 0.62% 0.81% -
HSV(B) 182.95º 0.26% 0.93% -
XYZ 61.96 73.45 90.27 -
YUV 216 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 175 233 236 0.26 0.01 0 0.07 182.95 0.62 0.81
Hex AF E9 EC 1A 1 0 7 B7 3E 51
Octal 257 351 354 32 1 0 7 267 76 121
Binary 10101111 11101001 11101100 11010 1 0 111 10110111 111110 1010001

Color Harmonies of #AFE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE9EC

Black with #AFE9EC

Text Example


Text Example

White with #AFE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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