Html Css Color HEX #ADFDF6 Pale Turquoise

📋 copy color: '#ADFDF6'

red 173 ◦ green 253 ◦ blue 246

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

Shades of Pale Turquoise #ADFDF6

Tints of Pale Turquoise #ADFDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.65%

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 25.74%
G = 37.65%
B = 36.61%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#ADFDF6 (or 0xADFDF6) is known color: Pale Turquoise. HEX triplet: AD, FD and F6. RGB value is (173,253,246). Sum of RGB (Red+Green+Blue) = 173+253+246=672 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.74% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDF6 is #520209. Grayscale: #E4E4E4. Windows color (decimal): -5374474 or 16186797. OLE color: 16186797.

HSL color Cylindrical-coordinate representation of color #ADFDF6: hue angle of 174.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDF6 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 246 -
CMYK 0.32 0 0.03 0.01
HSL 174.75º 0.95% 0.84% -
HSV(B) 174.75º 0.32% 0.99% -
XYZ 68.99 85.79 100.11 -
YUV 228.28 138 88.57 -
System Red Green Blue C M Y K H S L
Decimal 173 253 246 0.32 0 0.03 0.01 174.75 0.95 0.84
Hex AD FD F6 20 0 3 1 AF 5F 54
Octal 255 375 366 40 0 3 1 257 137 124
Binary 10101101 11111101 11110110 100000 0 11 1 10101111 1011111 1010100

Color Harmonies of #ADFDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDF6

Black with #ADFDF6

Text Example


Text Example

White with #ADFDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDF6; }

 p { color: rgb(173,253,246); }

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

background-color css

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

 a { background-color: rgb(173,253,246); }

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

border-color css

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

 span { border-color: rgb(173,253,246); }

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