Html Css Color HEX #AFF8EC Pale Turquoise

📋 copy color: '#AFF8EC'

red 175 ◦ green 248 ◦ blue 236

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

Shades of Pale Turquoise #AFF8EC

Tints of Pale Turquoise #AFF8EC

RGB

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

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

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

R = 26.56%
G = 37.63%
B = 35.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#AFF8EC (or 0xAFF8EC) is known color: Pale Turquoise. HEX triplet: AF, F8 and EC. RGB value is (175,248,236). Sum of RGB (Red+Green+Blue) = 175+248+236=659 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.56% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF8EC is #500713. Grayscale: #E0E0E0. Windows color (decimal): -5244692 or 15530159. OLE color: 15530159.

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

Color convert

RGB 175 248 236 -
CMYK 0.29 0 0.05 0.03
HSL 170.14º 0.84% 0.83% -
HSV(B) 170.14º 0.29% 0.97% -
XYZ 66.39 82.3 91.74 -
YUV 224.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 175 248 236 0.29 0 0.05 0.03 170.14 0.84 0.83
Hex AF F8 EC 1D 0 5 3 AA 54 53
Octal 257 370 354 35 0 5 3 252 124 123
Binary 10101111 11111000 11101100 11101 0 101 11 10101010 1010100 1010011

Color Harmonies of #AFF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8EC

Black with #AFF8EC

Text Example


Text Example

White with #AFF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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