Html Css Color HEX #AFF8EF Pale Turquoise

📋 copy color: '#AFF8EF'

red 175 ◦ green 248 ◦ blue 239

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

Shades of Pale Turquoise #AFF8EF

Tints of Pale Turquoise #AFF8EF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.46%

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

R = 26.44%
G = 37.46%
B = 36.1%

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

#AFF8EF (or 0xAFF8EF) is known color: Pale Turquoise. HEX triplet: AF, F8 and EF. RGB value is (175,248,239). Sum of RGB (Red+Green+Blue) = 175+248+239=662 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.44% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8EF is #500710. Grayscale: #E1E1E1. Windows color (decimal): -5244689 or 15726767. OLE color: 15726767.

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

Color convert

RGB 175 248 239 -
CMYK 0.29 0 0.04 0.03
HSL 172.6º 0.84% 0.83% -
HSV(B) 172.6º 0.29% 0.97% -
XYZ 66.83 82.48 94.06 -
YUV 225.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 175 248 239 0.29 0 0.04 0.03 172.6 0.84 0.83
Hex AF F8 EF 1D 0 4 3 AD 54 53
Octal 257 370 357 35 0 4 3 255 124 123
Binary 10101111 11111000 11101111 11101 0 100 11 10101101 1010100 1010011

Color Harmonies of #AFF8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8EF

Black with #AFF8EF

Text Example


Text Example

White with #AFF8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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