Html Css Color HEX #AFFAFA Pale Turquoise

📋 copy color: '#AFFAFA'

red 175 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #AFFAFA

Tints of Pale Turquoise #AFFAFA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.04%

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

R = 25.93%
G = 37.04%
B = 37.04%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFFAFA (or 0xAFFAFA) is known color: Pale Turquoise. HEX triplet: AF, FA and FA. RGB value is (175,250,250). Sum of RGB (Red+Green+Blue) = 175+250+250=675 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.93% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #AFFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAFA is #500505. Grayscale: #E3E3E3. Windows color (decimal): -5244166 or 16448175. OLE color: 16448175.

HSL color Cylindrical-coordinate representation of color #AFFAFA: hue angle of 180º 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 #AFFAFA is Cyan = 0.3, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 250 -
CMYK 0.3 0 0 0.02
HSL 180º 0.88% 0.83% -
HSV(B) 180º 0.3% 0.98% -
XYZ 69.12 84.39 103.09 -
YUV 227.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 175 250 250 0.3 0 0 0.02 180 0.88 0.83
Hex AF FA FA 1E 0 0 2 B4 58 53
Octal 257 372 372 36 0 0 2 264 130 123
Binary 10101111 11111010 11111010 11110 0 0 10 10110100 1011000 1010011

Color Harmonies of #AFFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAFA

Black with #AFFAFA

Text Example


Text Example

White with #AFFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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