Html Css Color HEX #ADFFFA Pale Turquoise

📋 copy color: '#ADFFFA'

red 173 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #ADFFFA

Tints of Pale Turquoise #ADFFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 37.61%

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

R = 25.52%
G = 37.61%
B = 36.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#ADFFFA (or 0xADFFFA) is known color: Pale Turquoise. HEX triplet: AD, FF and FA. RGB value is (173,255,250). Sum of RGB (Red+Green+Blue) = 173+255+250=678 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.52% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFFA is #520005. Grayscale: #E5E5E5. Windows color (decimal): -5373958 or 16449453. OLE color: 16449453.

HSL color Cylindrical-coordinate representation of color #ADFFFA: hue angle of 176.34º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFFA is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 250 -
CMYK 0.32 0 0.02 0
HSL 176.34º 1% 0.84% -
HSV(B) 176.34º 0.32% 1% -
XYZ 70.25 87.31 103.59 -
YUV 229.91 139.33 87.41 -
System Red Green Blue C M Y K H S L
Decimal 173 255 250 0.32 0 0.02 0 176.34 1 0.84
Hex AD FF FA 20 0 2 0 B0 64 54
Octal 255 377 372 40 0 2 0 260 144 124
Binary 10101101 11111111 11111010 100000 0 10 0 10110000 1100100 1010100

Color Harmonies of #ADFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFFFA

Black with #ADFFFA

Text Example


Text Example

White with #ADFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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