Html Css Color HEX #ADF2ED Pale Turquoise

📋 copy color: '#ADF2ED'

red 173 ◦ green 242 ◦ blue 237

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

Shades of Pale Turquoise #ADF2ED

Tints of Pale Turquoise #ADF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.12%

 BLUE value IS 237 (92.97% from 255) = 36.35%

R = 26.53%
G = 37.12%
B = 36.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#ADF2ED (or 0xADF2ED) is known color: Pale Turquoise. HEX triplet: AD, F2 and ED. RGB value is (173,242,237). Sum of RGB (Red+Green+Blue) = 173+242+237=652 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.53% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF2ED is #520D12. Grayscale: #DCDCDC. Windows color (decimal): -5377299 or 15594157. OLE color: 15594157.

HSL color Cylindrical-coordinate representation of color #ADF2ED: hue angle of 175.65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2ED is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 237 -
CMYK 0.29 0 0.02 0.05
HSL 175.65º 0.73% 0.81% -
HSV(B) 175.65º 0.29% 0.95% -
XYZ 64.27 78.5 91.89 -
YUV 220.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 173 242 237 0.29 0 0.02 0.05 175.65 0.73 0.81
Hex AD F2 ED 1D 0 2 5 B0 49 51
Octal 255 362 355 35 0 2 5 260 111 121
Binary 10101101 11110010 11101101 11101 0 10 101 10110000 1001001 1010001

Color Harmonies of #ADF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2ED

Black with #ADF2ED

Text Example


Text Example

White with #ADF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2ED; }

 p { color: rgb(173,242,237); }

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

background-color css

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

 a { background-color: rgb(173,242,237); }

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

border-color css

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

 span { border-color: rgb(173,242,237); }

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