Html Css Color HEX #AFF2EF Pale Turquoise

📋 copy color: '#AFF2EF'

red 175 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #AFF2EF

Tints of Pale Turquoise #AFF2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.89%

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

R = 26.68%
G = 36.89%
B = 36.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#AFF2EF (or 0xAFF2EF) is known color: Pale Turquoise. HEX triplet: AF, F2 and EF. RGB value is (175,242,239). Sum of RGB (Red+Green+Blue) = 175+242+239=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2EF is #500D10. Grayscale: #DDDDDD. Windows color (decimal): -5246225 or 15725231. OLE color: 15725231.

HSL color Cylindrical-coordinate representation of color #AFF2EF: hue angle of 177.31º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2EF is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 239 -
CMYK 0.28 0 0.01 0.05
HSL 177.31º 0.72% 0.82% -
HSV(B) 177.31º 0.28% 0.95% -
XYZ 65.01 78.85 93.45 -
YUV 221.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 175 242 239 0.28 0 0.01 0.05 177.31 0.72 0.82
Hex AF F2 EF 1C 0 1 5 B1 48 52
Octal 257 362 357 34 0 1 5 261 110 122
Binary 10101111 11110010 11101111 11100 0 1 101 10110001 1001000 1010010

Color Harmonies of #AFF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2EF

Black with #AFF2EF

Text Example


Text Example

White with #AFF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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