Html Css Color HEX #AFF2F1 Pale Turquoise

📋 copy color: '#AFF2F1'

red 175 ◦ green 242 ◦ blue 241

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

Shades of Pale Turquoise #AFF2F1

Tints of Pale Turquoise #AFF2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 26.6%
G = 36.78%
B = 36.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#AFF2F1 (or 0xAFF2F1) is known color: Pale Turquoise. HEX triplet: AF, F2 and F1. RGB value is (175,242,241). Sum of RGB (Red+Green+Blue) = 175+242+241=658 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.60% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2F1 is #500D0E. Grayscale: #DDDDDD. Windows color (decimal): -5246223 or 15856303. OLE color: 15856303.

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

Color convert

RGB 175 242 241 -
CMYK 0.28 0 0.00 0.05
HSL 179.1º 0.72% 0.82% -
HSV(B) 179.1º 0.28% 0.95% -
XYZ 65.31 78.97 95.02 -
YUV 221.85 138.8 94.58 -
System Red Green Blue C M Y K H S L
Decimal 175 242 241 0.28 0 0.00 0.05 179.1 0.72 0.82
Hex AF F2 F1 1C 0 0 5 B3 48 52
Octal 257 362 361 34 0 0 5 263 110 122
Binary 10101111 11110010 11110001 11100 0 0 101 10110011 1001000 1010010

Color Harmonies of #AFF2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2F1

Black with #AFF2F1

Text Example


Text Example

White with #AFF2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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