Html Css Color HEX #AFF6EC Pale Turquoise

📋 copy color: '#AFF6EC'

red 175 ◦ green 246 ◦ blue 236

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

Shades of Pale Turquoise #AFF6EC

Tints of Pale Turquoise #AFF6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.44%

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

R = 26.64%
G = 37.44%
B = 35.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#AFF6EC (or 0xAFF6EC) is known color: Pale Turquoise. HEX triplet: AF, F6 and EC. RGB value is (175,246,236). Sum of RGB (Red+Green+Blue) = 175+246+236=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6EC is #500913. Grayscale: #DFDFDF. Windows color (decimal): -5245204 or 15529647. OLE color: 15529647.

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

Color convert

RGB 175 246 236 -
CMYK 0.29 0 0.04 0.04
HSL 171.55º 0.8% 0.83% -
HSV(B) 171.55º 0.29% 0.96% -
XYZ 65.78 81.08 91.54 -
YUV 223.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 175 246 236 0.29 0 0.04 0.04 171.55 0.8 0.83
Hex AF F6 EC 1D 0 4 4 AC 50 53
Octal 257 366 354 35 0 4 4 254 120 123
Binary 10101111 11110110 11101100 11101 0 100 100 10101100 1010000 1010011

Color Harmonies of #AFF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6EC

Black with #AFF6EC

Text Example


Text Example

White with #AFF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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