Html Css Color HEX #AFF7EC Pale Turquoise

📋 copy color: '#AFF7EC'

red 175 ◦ green 247 ◦ blue 236

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

Shades of Pale Turquoise #AFF7EC

Tints of Pale Turquoise #AFF7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.54%

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

R = 26.6%
G = 37.54%
B = 35.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#AFF7EC (or 0xAFF7EC) is known color: Pale Turquoise. HEX triplet: AF, F7 and EC. RGB value is (175,247,236). Sum of RGB (Red+Green+Blue) = 175+247+236=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7EC is #500813. Grayscale: #E0E0E0. Windows color (decimal): -5244948 or 15529903. OLE color: 15529903.

HSL color Cylindrical-coordinate representation of color #AFF7EC: hue angle of 170.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7EC is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 236 -
CMYK 0.29 0 0.04 0.03
HSL 170.83º 0.82% 0.83% -
HSV(B) 170.83º 0.29% 0.97% -
XYZ 66.08 81.69 91.64 -
YUV 224.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 175 247 236 0.29 0 0.04 0.03 170.83 0.82 0.83
Hex AF F7 EC 1D 0 4 3 AB 52 53
Octal 257 367 354 35 0 4 3 253 122 123
Binary 10101111 11110111 11101100 11101 0 100 11 10101011 1010010 1010011

Color Harmonies of #AFF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7EC

Black with #AFF7EC

Text Example


Text Example

White with #AFF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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