Html Css Color HEX #AFF6F7 Pale Turquoise

📋 copy color: '#AFF6F7'

red 175 ◦ green 246 ◦ blue 247

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

Shades of Pale Turquoise #AFF6F7

Tints of Pale Turquoise #AFF6F7

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.83%

 BLUE value IS 247 (96.88% from 255) = 36.98%

R = 26.2%
G = 36.83%
B = 36.98%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFF6F7 (or 0xAFF6F7) is known color: Pale Turquoise. HEX triplet: AF, F6 and F7. RGB value is (175,246,247). Sum of RGB (Red+Green+Blue) = 175+246+247=668 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.20% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFF6F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF6F7 is #500908. Grayscale: #E0E0E0. Windows color (decimal): -5245193 or 16250543. OLE color: 16250543.

HSL color Cylindrical-coordinate representation of color #AFF6F7: hue angle of 180.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6F7 is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 246 247 -
CMYK 0.29 0.00 0 0.03
HSL 180.83º 0.82% 0.83% -
HSV(B) 180.83º 0.29% 0.97% -
XYZ 67.42 81.74 100.22 -
YUV 224.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 175 246 247 0.29 0.00 0 0.03 180.83 0.82 0.83
Hex AF F6 F7 1D 0 0 3 B5 52 53
Octal 257 366 367 35 0 0 3 265 122 123
Binary 10101111 11110110 11110111 11101 0 0 11 10110101 1010010 1010011

Color Harmonies of #AFF6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6F7

Black with #AFF6F7

Text Example


Text Example

White with #AFF6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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