Html Css Color HEX #AFF4EC Pale Turquoise

📋 copy color: '#AFF4EC'

red 175 ◦ green 244 ◦ blue 236

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

Shades of Pale Turquoise #AFF4EC

Tints of Pale Turquoise #AFF4EC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.25%

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

R = 26.72%
G = 37.25%
B = 36.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#AFF4EC (or 0xAFF4EC) is known color: Pale Turquoise. HEX triplet: AF, F4 and EC. RGB value is (175,244,236). Sum of RGB (Red+Green+Blue) = 175+244+236=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4EC is #500B13. Grayscale: #DEDEDE. Windows color (decimal): -5245716 or 15529135. OLE color: 15529135.

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

Color convert

RGB 175 244 236 -
CMYK 0.28 0 0.03 0.04
HSL 173.04º 0.76% 0.82% -
HSV(B) 173.04º 0.28% 0.96% -
XYZ 65.17 79.87 91.34 -
YUV 222.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 175 244 236 0.28 0 0.03 0.04 173.04 0.76 0.82
Hex AF F4 EC 1C 0 3 4 AD 4C 52
Octal 257 364 354 34 0 3 4 255 114 122
Binary 10101111 11110100 11101100 11100 0 11 100 10101101 1001100 1010010

Color Harmonies of #AFF4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4EC

Black with #AFF4EC

Text Example


Text Example

White with #AFF4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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