Html Css Color HEX #ADFEF6 Pale Turquoise

📋 copy color: '#ADFEF6'

red 173 ◦ green 254 ◦ blue 246

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

Shades of Pale Turquoise #ADFEF6

Tints of Pale Turquoise #ADFEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.74%

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

R = 25.71%
G = 37.74%
B = 36.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#ADFEF6 (or 0xADFEF6) is known color: Pale Turquoise. HEX triplet: AD, FE and F6. RGB value is (173,254,246). Sum of RGB (Red+Green+Blue) = 173+254+246=673 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.71% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEF6 is #520109. Grayscale: #E4E4E4. Windows color (decimal): -5374218 or 16187053. OLE color: 16187053.

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

Color convert

RGB 173 254 246 -
CMYK 0.32 0 0.03 0.00
HSL 174.07º 0.98% 0.84% -
HSV(B) 174.07º 0.32% 1% -
XYZ 69.31 86.42 100.22 -
YUV 228.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 173 254 246 0.32 0 0.03 0.00 174.07 0.98 0.84
Hex AD FE F6 20 0 3 0 AE 62 54
Octal 255 376 366 40 0 3 0 256 142 124
Binary 10101101 11111110 11110110 100000 0 11 0 10101110 1100010 1010100

Color Harmonies of #ADFEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEF6

Black with #ADFEF6

Text Example


Text Example

White with #ADFEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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