Html Css Color HEX #ADF1F2 Pale Turquoise

📋 copy color: '#ADF1F2'

red 173 ◦ green 241 ◦ blue 242

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

Shades of Pale Turquoise #ADF1F2

Tints of Pale Turquoise #ADF1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.89%

R = 26.37%
G = 36.74%
B = 36.89%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADF1F2 (or 0xADF1F2) is known color: Pale Turquoise. HEX triplet: AD, F1 and F2. RGB value is (173,241,242). Sum of RGB (Red+Green+Blue) = 173+241+242=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADF1F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1F2 is #520E0D. Grayscale: #DCDCDC. Windows color (decimal): -5377550 or 15921581. OLE color: 15921581.

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

Color convert

RGB 173 241 242 -
CMYK 0.29 0.00 0 0.05
HSL 180.87º 0.73% 0.81% -
HSV(B) 180.87º 0.29% 0.95% -
XYZ 64.72 78.21 95.69 -
YUV 220.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 173 241 242 0.29 0.00 0 0.05 180.87 0.73 0.81
Hex AD F1 F2 1D 0 0 5 B5 49 51
Octal 255 361 362 35 0 0 5 265 111 121
Binary 10101101 11110001 11110010 11101 0 0 101 10110101 1001001 1010001

Color Harmonies of #ADF1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1F2

Black with #ADF1F2

Text Example


Text Example

White with #ADF1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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