Html Css Color HEX #AFF2F0 Pale Turquoise

📋 copy color: '#AFF2F0'

red 175 ◦ green 242 ◦ blue 240

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

Shades of Pale Turquoise #AFF2F0

Tints of Pale Turquoise #AFF2F0

RGB

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

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

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

R = 26.64%
G = 36.83%
B = 36.53%

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

#AFF2F0 (or 0xAFF2F0) is known color: Pale Turquoise. HEX triplet: AF, F2 and F0. RGB value is (175,242,240). Sum of RGB (Red+Green+Blue) = 175+242+240=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2F0 is #500D0F. Grayscale: #DDDDDD. Windows color (decimal): -5246224 or 15790767. OLE color: 15790767.

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

Color convert

RGB 175 242 240 -
CMYK 0.28 0 0.01 0.05
HSL 178.21º 0.72% 0.82% -
HSV(B) 178.21º 0.28% 0.95% -
XYZ 65.16 78.91 94.23 -
YUV 221.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 175 242 240 0.28 0 0.01 0.05 178.21 0.72 0.82
Hex AF F2 F0 1C 0 1 5 B2 48 52
Octal 257 362 360 34 0 1 5 262 110 122
Binary 10101111 11110010 11110000 11100 0 1 101 10110010 1001000 1010010

Color Harmonies of #AFF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2F0

Black with #AFF2F0

Text Example


Text Example

White with #AFF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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