Html Css Color HEX #ADFEF0 Pale Turquoise

📋 copy color: '#ADFEF0'

red 173 ◦ green 254 ◦ blue 240

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

Shades of Pale Turquoise #ADFEF0

Tints of Pale Turquoise #ADFEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.98%

R = 25.94%
G = 38.08%
B = 35.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#ADFEF0 (or 0xADFEF0) is known color: Pale Turquoise. HEX triplet: AD, FE and F0. RGB value is (173,254,240). Sum of RGB (Red+Green+Blue) = 173+254+240=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEF0 is #52010F. Grayscale: #E4E4E4. Windows color (decimal): -5374224 or 15793837. OLE color: 15793837.

HSL color Cylindrical-coordinate representation of color #ADFEF0: hue angle of 169.63º 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 #ADFEF0 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 240 -
CMYK 0.32 0 0.06 0.00
HSL 169.63º 0.98% 0.84% -
HSV(B) 169.63º 0.32% 1% -
XYZ 68.4 86.06 95.44 -
YUV 228.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 173 254 240 0.32 0 0.06 0.00 169.63 0.98 0.84
Hex AD FE F0 20 0 6 0 AA 62 54
Octal 255 376 360 40 0 6 0 252 142 124
Binary 10101101 11111110 11110000 100000 0 110 0 10101010 1100010 1010100

Color Harmonies of #ADFEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEF0

Black with #ADFEF0

Text Example


Text Example

White with #ADFEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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