Html Css Color HEX #ADFFF8 Pale Turquoise

📋 copy color: '#ADFFF8'

red 173 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #ADFFF8

Tints of Pale Turquoise #ADFFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.69%

R = 25.59%
G = 37.72%
B = 36.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#ADFFF8 (or 0xADFFF8) is known color: Pale Turquoise. HEX triplet: AD, FF and F8. RGB value is (173,255,248). Sum of RGB (Red+Green+Blue) = 173+255+248=676 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.59% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFFF8 is #520007. Grayscale: #E5E5E5. Windows color (decimal): -5373960 or 16318381. OLE color: 16318381.

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

Color convert

RGB 173 255 248 -
CMYK 0.32 0 0.03 0
HSL 174.88º 1% 0.84% -
HSV(B) 174.88º 0.32% 1% -
XYZ 69.94 87.18 101.95 -
YUV 229.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 173 255 248 0.32 0 0.03 0 174.88 1 0.84
Hex AD FF F8 20 0 3 0 AF 64 54
Octal 255 377 370 40 0 3 0 257 144 124
Binary 10101101 11111111 11111000 100000 0 11 0 10101111 1100100 1010100

Color Harmonies of #ADFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFFF8

Black with #ADFFF8

Text Example


Text Example

White with #ADFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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