Html Css Color HEX #AFF2F6 Pale Turquoise

📋 copy color: '#AFF2F6'

red 175 ◦ green 242 ◦ blue 246

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

Shades of Pale Turquoise #AFF2F6

Tints of Pale Turquoise #AFF2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.1%

R = 26.4%
G = 36.5%
B = 37.1%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFF2F6 (or 0xAFF2F6) is known color: Pale Turquoise. HEX triplet: AF, F2 and F6. RGB value is (175,242,246). Sum of RGB (Red+Green+Blue) = 175+242+246=663 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.40% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFF2F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF2F6 is #500D09. Grayscale: #DEDEDE. Windows color (decimal): -5246218 or 16183983. OLE color: 16183983.

HSL color Cylindrical-coordinate representation of color #AFF2F6: hue angle of 183.38º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF2F6 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 242 246 -
CMYK 0.29 0.02 0 0.04
HSL 183.38º 0.8% 0.83% -
HSV(B) 183.38º 0.29% 0.96% -
XYZ 66.07 79.27 99.01 -
YUV 222.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 175 242 246 0.29 0.02 0 0.04 183.38 0.8 0.83
Hex AF F2 F6 1D 2 0 4 B7 50 53
Octal 257 362 366 35 2 0 4 267 120 123
Binary 10101111 11110010 11110110 11101 10 0 100 10110111 1010000 1010011

Color Harmonies of #AFF2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2F6

Black with #AFF2F6

Text Example


Text Example

White with #AFF2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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