Html Css Color HEX #AFFAF0 Pale Turquoise

📋 copy color: '#AFFAF0'

red 175 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #AFFAF0

Tints of Pale Turquoise #AFFAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.09%

R = 26.32%
G = 37.59%
B = 36.09%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#AFFAF0 (or 0xAFFAF0) is known color: Pale Turquoise. HEX triplet: AF, FA and F0. RGB value is (175,250,240). Sum of RGB (Red+Green+Blue) = 175+250+240=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAF0 is #50050F. Grayscale: #E2E2E2. Windows color (decimal): -5244176 or 15792815. OLE color: 15792815.

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

Color convert

RGB 175 250 240 -
CMYK 0.3 0 0.04 0.02
HSL 172º 0.88% 0.83% -
HSV(B) 172º 0.3% 0.98% -
XYZ 67.59 83.78 95.05 -
YUV 226.44 135.65 91.31 -
System Red Green Blue C M Y K H S L
Decimal 175 250 240 0.3 0 0.04 0.02 172 0.88 0.83
Hex AF FA F0 1E 0 4 2 AC 58 53
Octal 257 372 360 36 0 4 2 254 130 123
Binary 10101111 11111010 11110000 11110 0 100 10 10101100 1011000 1010011

Color Harmonies of #AFFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAF0

Black with #AFFAF0

Text Example


Text Example

White with #AFFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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