Html Css Color HEX #ADF7EE Pale Turquoise

📋 copy color: '#ADF7EE'

red 173 ◦ green 247 ◦ blue 238

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

Shades of Pale Turquoise #ADF7EE

Tints of Pale Turquoise #ADF7EE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.54%

 BLUE value IS 238 (93.36% from 255) = 36.17%

R = 26.29%
G = 37.54%
B = 36.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#ADF7EE (or 0xADF7EE) is known color: Pale Turquoise. HEX triplet: AD, F7 and EE. RGB value is (173,247,238). Sum of RGB (Red+Green+Blue) = 173+247+238=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF7EE is #520811. Grayscale: #DFDFDF. Windows color (decimal): -5376018 or 15660973. OLE color: 15660973.

HSL color Cylindrical-coordinate representation of color #ADF7EE: hue angle of 172.7º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF7EE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 238 -
CMYK 0.30 0 0.04 0.03
HSL 172.7º 0.82% 0.82% -
HSV(B) 172.7º 0.3% 0.97% -
XYZ 65.93 81.58 93.16 -
YUV 223.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 173 247 238 0.30 0 0.04 0.03 172.7 0.82 0.82
Hex AD F7 EE 1E 0 4 3 AD 52 52
Octal 255 367 356 36 0 4 3 255 122 122
Binary 10101101 11110111 11101110 11110 0 100 11 10101101 1010010 1010010

Color Harmonies of #ADF7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF7EE

Black with #ADF7EE

Text Example


Text Example

White with #ADF7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF7EE; }

 p { color: rgb(173,247,238); }

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

background-color css

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

 a { background-color: rgb(173,247,238); }

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

border-color css

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

 span { border-color: rgb(173,247,238); }

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