Html Css Color HEX #AFF0F2 Pale Turquoise

📋 copy color: '#AFF0F2'

red 175 ◦ green 240 ◦ blue 242

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

Shades of Pale Turquoise #AFF0F2

Tints of Pale Turquoise #AFF0F2

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 175 240 242 -
CMYK 0.28 0.01 0 0.05
HSL 181.79º 0.72% 0.82% -
HSV(B) 181.79º 0.28% 0.95% -
XYZ 64.87 77.84 95.61 -
YUV 220.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 175 240 242 0.28 0.01 0 0.05 181.79 0.72 0.82
Hex AF F0 F2 1C 1 0 5 B6 48 52
Octal 257 360 362 34 1 0 5 266 110 122
Binary 10101111 11110000 11110010 11100 1 0 101 10110110 1001000 1010010

Color Harmonies of #AFF0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0F2

Black with #AFF0F2

Text Example


Text Example

White with #AFF0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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