Html Css Color HEX #ADF1F5 Pale Turquoise

📋 copy color: '#ADF1F5'

red 173 ◦ green 241 ◦ blue 245

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

Shades of Pale Turquoise #ADF1F5

Tints of Pale Turquoise #ADF1F5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.57%

 BLUE value IS 245 (96.09% from 255) = 37.18%

R = 26.25%
G = 36.57%
B = 37.18%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADF1F5 (or 0xADF1F5) is known color: Pale Turquoise. HEX triplet: AD, F1 and F5. RGB value is (173,241,245). Sum of RGB (Red+Green+Blue) = 173+241+245=659 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.25% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADF1F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1F5 is #520E0A. Grayscale: #DDDDDD. Windows color (decimal): -5377547 or 16118189. OLE color: 16118189.

HSL color Cylindrical-coordinate representation of color #ADF1F5: hue angle of 183.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF1F5 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 241 245 -
CMYK 0.29 0.02 0 0.04
HSL 183.33º 0.78% 0.82% -
HSV(B) 183.33º 0.29% 0.96% -
XYZ 65.17 78.39 98.08 -
YUV 221.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 173 241 245 0.29 0.02 0 0.04 183.33 0.78 0.82
Hex AD F1 F5 1D 2 0 4 B7 4E 52
Octal 255 361 365 35 2 0 4 267 116 122
Binary 10101101 11110001 11110101 11101 10 0 100 10110111 1001110 1010010

Color Harmonies of #ADF1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1F5

Black with #ADF1F5

Text Example


Text Example

White with #ADF1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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