Html Css Color HEX #ADF8F1 Pale Turquoise

📋 copy color: '#ADF8F1'

red 173 ◦ green 248 ◦ blue 241

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

Shades of Pale Turquoise #ADF8F1

Tints of Pale Turquoise #ADF8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.4%

R = 26.13%
G = 37.46%
B = 36.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#ADF8F1 (or 0xADF8F1) is known color: Pale Turquoise. HEX triplet: AD, F8 and F1. RGB value is (173,248,241). Sum of RGB (Red+Green+Blue) = 173+248+241=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF8F1 is #52070E. Grayscale: #E0E0E0. Windows color (decimal): -5375759 or 15857837. OLE color: 15857837.

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

Color convert

RGB 173 248 241 -
CMYK 0.30 0 0.03 0.03
HSL 174.4º 0.84% 0.83% -
HSV(B) 174.4º 0.3% 0.97% -
XYZ 66.68 82.37 95.6 -
YUV 224.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 173 248 241 0.30 0 0.03 0.03 174.4 0.84 0.83
Hex AD F8 F1 1E 0 3 3 AE 54 53
Octal 255 370 361 36 0 3 3 256 124 123
Binary 10101101 11111000 11110001 11110 0 11 11 10101110 1010100 1010011

Color Harmonies of #ADF8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8F1

Black with #ADF8F1

Text Example


Text Example

White with #ADF8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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