Html Css Color HEX #ADF4F0 Pale Turquoise

📋 copy color: '#ADF4F0'

red 173 ◦ green 244 ◦ blue 240

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

Shades of Pale Turquoise #ADF4F0

Tints of Pale Turquoise #ADF4F0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.14%

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

R = 26.33%
G = 37.14%
B = 36.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#ADF4F0 (or 0xADF4F0) is known color: Pale Turquoise. HEX triplet: AD, F4 and F0. RGB value is (173,244,240). Sum of RGB (Red+Green+Blue) = 173+244+240=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF4F0 is #520B0F. Grayscale: #DEDEDE. Windows color (decimal): -5376784 or 15791277. OLE color: 15791277.

HSL color Cylindrical-coordinate representation of color #ADF4F0: hue angle of 176.62º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF4F0 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 244 240 -
CMYK 0.29 0 0.02 0.04
HSL 176.62º 0.76% 0.82% -
HSV(B) 176.62º 0.29% 0.96% -
XYZ 65.31 79.88 94.41 -
YUV 222.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 173 244 240 0.29 0 0.02 0.04 176.62 0.76 0.82
Hex AD F4 F0 1D 0 2 4 B1 4C 52
Octal 255 364 360 35 0 2 4 261 114 122
Binary 10101101 11110100 11110000 11101 0 10 100 10110001 1001100 1010010

Color Harmonies of #ADF4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF4F0

Black with #ADF4F0

Text Example


Text Example

White with #ADF4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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