Html Css Color HEX #ADFAFA Pale Turquoise

📋 copy color: '#ADFAFA'

red 173 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #ADFAFA

Tints of Pale Turquoise #ADFAFA

RGB

 RED value IS 173 (67.97% from 255) = 25.71%

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

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

R = 25.71%
G = 37.15%
B = 37.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADFAFA (or 0xADFAFA) is known color: Pale Turquoise. HEX triplet: AD, FA and FA. RGB value is (173,250,250). Sum of RGB (Red+Green+Blue) = 173+250+250=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #ADFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAFA is #520505. Grayscale: #E2E2E2. Windows color (decimal): -5375238 or 16448173. OLE color: 16448173.

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

Color convert

RGB 173 250 250 -
CMYK 0.31 0 0 0.02
HSL 180º 0.89% 0.83% -
HSV(B) 180º 0.31% 0.98% -
XYZ 68.67 84.16 103.07 -
YUV 226.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 173 250 250 0.31 0 0 0.02 180 0.89 0.83
Hex AD FA FA 1F 0 0 2 B4 59 53
Octal 255 372 372 37 0 0 2 264 131 123
Binary 10101101 11111010 11111010 11111 0 0 10 10110100 1011001 1010011

Color Harmonies of #ADFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFAFA

Black with #ADFAFA

Text Example


Text Example

White with #ADFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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