Html Css Color HEX #AFF7EF Pale Turquoise

📋 copy color: '#AFF7EF'

red 175 ◦ green 247 ◦ blue 239

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

Shades of Pale Turquoise #AFF7EF

Tints of Pale Turquoise #AFF7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.16%

R = 26.48%
G = 37.37%
B = 36.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#AFF7EF (or 0xAFF7EF) is known color: Pale Turquoise. HEX triplet: AF, F7 and EF. RGB value is (175,247,239). Sum of RGB (Red+Green+Blue) = 175+247+239=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7EF is #500810. Grayscale: #E0E0E0. Windows color (decimal): -5244945 or 15726511. OLE color: 15726511.

HSL color Cylindrical-coordinate representation of color #AFF7EF: hue angle of 173.33º 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 #AFF7EF is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 239 -
CMYK 0.29 0 0.03 0.03
HSL 173.33º 0.82% 0.83% -
HSV(B) 173.33º 0.29% 0.97% -
XYZ 66.52 81.87 93.96 -
YUV 224.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 175 247 239 0.29 0 0.03 0.03 173.33 0.82 0.83
Hex AF F7 EF 1D 0 3 3 AD 52 53
Octal 257 367 357 35 0 3 3 255 122 123
Binary 10101111 11110111 11101111 11101 0 11 11 10101101 1010010 1010011

Color Harmonies of #AFF7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7EF

Black with #AFF7EF

Text Example


Text Example

White with #AFF7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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