Html Css Color HEX #ADF8F7 Pale Turquoise

📋 copy color: '#ADF8F7'

red 173 ◦ green 248 ◦ blue 247

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

Shades of Pale Turquoise #ADF8F7

Tints of Pale Turquoise #ADF8F7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.13%

 BLUE value IS 247 (96.88% from 255) = 36.98%

R = 25.9%
G = 37.13%
B = 36.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#ADF8F7 (or 0xADF8F7) is known color: Pale Turquoise. HEX triplet: AD, F8 and F7. RGB value is (173,248,247). Sum of RGB (Red+Green+Blue) = 173+248+247=668 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.90% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8F7 is #520708. Grayscale: #E1E1E1. Windows color (decimal): -5375753 or 16251053. OLE color: 16251053.

HSL color Cylindrical-coordinate representation of color #ADF8F7: hue angle of 179.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8F7 is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 247 -
CMYK 0.30 0 0.00 0.03
HSL 179.2º 0.84% 0.83% -
HSV(B) 179.2º 0.3% 0.97% -
XYZ 67.59 82.73 100.4 -
YUV 225.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 173 248 247 0.30 0 0.00 0.03 179.2 0.84 0.83
Hex AD F8 F7 1E 0 0 3 B3 54 53
Octal 255 370 367 36 0 0 3 263 124 123
Binary 10101101 11111000 11110111 11110 0 0 11 10110011 1010100 1010011

Color Harmonies of #ADF8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8F7

Black with #ADF8F7

Text Example


Text Example

White with #ADF8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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