Html Css Color HEX #ADFFFD Pale Turquoise

📋 copy color: '#ADFFFD'

red 173 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #ADFFFD

Tints of Pale Turquoise #ADFFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.15%

R = 25.4%
G = 37.44%
B = 37.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#ADFFFD (or 0xADFFFD) is known color: Pale Turquoise. HEX triplet: AD, FF and FD. RGB value is (173,255,253). Sum of RGB (Red+Green+Blue) = 173+255+253=681 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.40% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFFD is #520002. Grayscale: #E6E6E6. Windows color (decimal): -5373955 or 16646061. OLE color: 16646061.

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

Color convert

RGB 173 255 253 -
CMYK 0.32 0 0.01 0
HSL 178.54º 1% 0.84% -
HSV(B) 178.54º 0.32% 1% -
XYZ 70.72 87.5 106.09 -
YUV 230.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 173 255 253 0.32 0 0.01 0 178.54 1 0.84
Hex AD FF FD 20 0 1 0 B3 64 54
Octal 255 377 375 40 0 1 0 263 144 124
Binary 10101101 11111111 11111101 100000 0 1 0 10110011 1100100 1010100

Color Harmonies of #ADFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFFFD

Black with #ADFFFD

Text Example


Text Example

White with #ADFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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