Html Css Color HEX #AFF7FA Pale Turquoise

📋 copy color: '#AFF7FA'

red 175 ◦ green 247 ◦ blue 250

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

Shades of Pale Turquoise #AFF7FA

Tints of Pale Turquoise #AFF7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.76%

 BLUE value IS 250 (98.05% from 255) = 37.2%

R = 26.04%
G = 36.76%
B = 37.2%

CMYK

 C value IS 0.3

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFF7FA (or 0xAFF7FA) is known color: Pale Turquoise. HEX triplet: AF, F7 and FA. RGB value is (175,247,250). Sum of RGB (Red+Green+Blue) = 175+247+250=672 (89% of max value = 765). Red value is 175 (68.75% from 255 or 26.04% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFF7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7FA is #500805. Grayscale: #E1E1E1. Windows color (decimal): -5244934 or 16447407. OLE color: 16447407.

HSL color Cylindrical-coordinate representation of color #AFF7FA: hue angle of 182.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF7FA is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 247 250 -
CMYK 0.3 0.01 0 0.02
HSL 182.4º 0.88% 0.83% -
HSV(B) 182.4º 0.3% 0.98% -
XYZ 68.2 82.54 102.78 -
YUV 225.81 141.65 91.76 -
System Red Green Blue C M Y K H S L
Decimal 175 247 250 0.3 0.01 0 0.02 182.4 0.88 0.83
Hex AF F7 FA 1E 1 0 2 B6 58 53
Octal 257 367 372 36 1 0 2 266 130 123
Binary 10101111 11110111 11111010 11110 1 0 10 10110110 1011000 1010011

Color Harmonies of #AFF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7FA

Black with #AFF7FA

Text Example


Text Example

White with #AFF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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