Html Css Color HEX #AFF0EF Pale Turquoise

📋 copy color: '#AFF0EF'

red 175 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #AFF0EF

Tints of Pale Turquoise #AFF0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.7%

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

R = 26.76%
G = 36.7%
B = 36.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#AFF0EF (or 0xAFF0EF) is known color: Pale Turquoise. HEX triplet: AF, F0 and EF. RGB value is (175,240,239). Sum of RGB (Red+Green+Blue) = 175+240+239=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0EF is #500F10. Grayscale: #DCDCDC. Windows color (decimal): -5246737 or 15724719. OLE color: 15724719.

HSL color Cylindrical-coordinate representation of color #AFF0EF: hue angle of 179.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0EF is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 239 -
CMYK 0.27 0 0.00 0.06
HSL 179.08º 0.68% 0.81% -
HSV(B) 179.08º 0.27% 0.94% -
XYZ 64.42 77.67 93.26 -
YUV 220.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 175 240 239 0.27 0 0.00 0.06 179.08 0.68 0.81
Hex AF F0 EF 1B 0 0 6 B3 44 51
Octal 257 360 357 33 0 0 6 263 104 121
Binary 10101111 11110000 11101111 11011 0 0 110 10110011 1000100 1010001

Color Harmonies of #AFF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0EF

Black with #AFF0EF

Text Example


Text Example

White with #AFF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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