Html Css Color HEX #ADF1F3 Pale Turquoise

📋 copy color: '#ADF1F3'

red 173 ◦ green 241 ◦ blue 243

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

Shades of Pale Turquoise #ADF1F3

Tints of Pale Turquoise #ADF1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.99%

R = 26.33%
G = 36.68%
B = 36.99%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADF1F3 (or 0xADF1F3) is known color: Pale Turquoise. HEX triplet: AD, F1 and F3. RGB value is (173,241,243). Sum of RGB (Red+Green+Blue) = 173+241+243=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADF1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1F3 is #520E0C. Grayscale: #DCDCDC. Windows color (decimal): -5377549 or 15987117. OLE color: 15987117.

HSL color Cylindrical-coordinate representation of color #ADF1F3: hue angle of 181.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF1F3 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 243 -
CMYK 0.29 0.01 0 0.05
HSL 181.71º 0.74% 0.82% -
HSV(B) 181.71º 0.29% 0.95% -
XYZ 64.87 78.27 96.48 -
YUV 220.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 173 241 243 0.29 0.01 0 0.05 181.71 0.74 0.82
Hex AD F1 F3 1D 1 0 5 B6 4A 52
Octal 255 361 363 35 1 0 5 266 112 122
Binary 10101101 11110001 11110011 11101 1 0 101 10110110 1001010 1010010

Color Harmonies of #ADF1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1F3

Black with #ADF1F3

Text Example


Text Example

White with #ADF1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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