Html Css Color HEX #AFF9F0 Pale Turquoise

📋 copy color: '#AFF9F0'

red 175 ◦ green 249 ◦ blue 240

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

Shades of Pale Turquoise #AFF9F0

Tints of Pale Turquoise #AFF9F0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.5%

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 26.36%
G = 37.5%
B = 36.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AFF9F0 (or 0xAFF9F0) is known color: Pale Turquoise. HEX triplet: AF, F9 and F0. RGB value is (175,249,240). Sum of RGB (Red+Green+Blue) = 175+249+240=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF9F0 is #50060F. Grayscale: #E1E1E1. Windows color (decimal): -5244432 or 15792559. OLE color: 15792559.

HSL color Cylindrical-coordinate representation of color #AFF9F0: hue angle of 172.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9F0 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 240 -
CMYK 0.30 0 0.04 0.02
HSL 172.7º 0.86% 0.83% -
HSV(B) 172.7º 0.3% 0.98% -
XYZ 67.28 83.16 94.94 -
YUV 225.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 175 249 240 0.30 0 0.04 0.02 172.7 0.86 0.83
Hex AF F9 F0 1E 0 4 2 AD 56 53
Octal 257 371 360 36 0 4 2 255 126 123
Binary 10101111 11111001 11110000 11110 0 100 10 10101101 1010110 1010011

Color Harmonies of #AFF9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9F0

Black with #AFF9F0

Text Example


Text Example

White with #AFF9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9F0; }

 p { color: rgb(175,249,240); }

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

background-color css

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

 a { background-color: rgb(175,249,240); }

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

border-color css

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

 span { border-color: rgb(175,249,240); }

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