Html Css Color HEX #AFF5EF Pale Turquoise

📋 copy color: '#AFF5EF'

red 175 ◦ green 245 ◦ blue 239

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

Shades of Pale Turquoise #AFF5EF

Tints of Pale Turquoise #AFF5EF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

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

R = 26.56%
G = 37.18%
B = 36.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#AFF5EF (or 0xAFF5EF) is known color: Pale Turquoise. HEX triplet: AF, F5 and EF. RGB value is (175,245,239). Sum of RGB (Red+Green+Blue) = 175+245+239=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5EF is #500A10. Grayscale: #DFDFDF. Windows color (decimal): -5245457 or 15725999. OLE color: 15725999.

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

Color convert

RGB 175 245 239 -
CMYK 0.29 0 0.02 0.04
HSL 174.86º 0.78% 0.82% -
HSV(B) 174.86º 0.29% 0.96% -
XYZ 65.91 80.65 93.75 -
YUV 223.39 136.81 93.49 -
System Red Green Blue C M Y K H S L
Decimal 175 245 239 0.29 0 0.02 0.04 174.86 0.78 0.82
Hex AF F5 EF 1D 0 2 4 AF 4E 52
Octal 257 365 357 35 0 2 4 257 116 122
Binary 10101111 11110101 11101111 11101 0 10 100 10101111 1001110 1010010

Color Harmonies of #AFF5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5EF

Black with #AFF5EF

Text Example


Text Example

White with #AFF5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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