Html Css Color HEX #ADF0F1 Pale Turquoise

📋 copy color: '#ADF0F1'

red 173 ◦ green 240 ◦ blue 241

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

Shades of Pale Turquoise #ADF0F1

Tints of Pale Turquoise #ADF0F1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.7%

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

R = 26.45%
G = 36.7%
B = 36.85%

CMYK

 C value IS 0.28

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADF0F1 (or 0xADF0F1) is known color: Pale Turquoise. HEX triplet: AD, F0 and F1. RGB value is (173,240,241). Sum of RGB (Red+Green+Blue) = 173+240+241=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADF0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0F1 is #520F0E. Grayscale: #DCDCDC. Windows color (decimal): -5377807 or 15855789. OLE color: 15855789.

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

Color convert

RGB 173 240 241 -
CMYK 0.28 0.00 0 0.05
HSL 180.88º 0.71% 0.81% -
HSV(B) 180.88º 0.28% 0.95% -
XYZ 64.27 77.56 94.8 -
YUV 220.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 173 240 241 0.28 0.00 0 0.05 180.88 0.71 0.81
Hex AD F0 F1 1C 0 0 5 B5 47 51
Octal 255 360 361 34 0 0 5 265 107 121
Binary 10101101 11110000 11110001 11100 0 0 101 10110101 1000111 1010001

Color Harmonies of #ADF0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0F1

Black with #ADF0F1

Text Example


Text Example

White with #ADF0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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