Html Css Color HEX #ADFDEE Pale Turquoise

📋 copy color: '#ADFDEE'

red 173 ◦ green 253 ◦ blue 238

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

Shades of Pale Turquoise #ADFDEE

Tints of Pale Turquoise #ADFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.1%

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

R = 26.05%
G = 38.1%
B = 35.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#ADFDEE (or 0xADFDEE) is known color: Pale Turquoise. HEX triplet: AD, FD and EE. RGB value is (173,253,238). Sum of RGB (Red+Green+Blue) = 173+253+238=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDEE is #520211. Grayscale: #E3E3E3. Windows color (decimal): -5374482 or 15662509. OLE color: 15662509.

HSL color Cylindrical-coordinate representation of color #ADFDEE: hue angle of 168.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDEE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 238 -
CMYK 0.32 0 0.06 0.01
HSL 168.75º 0.95% 0.84% -
HSV(B) 168.75º 0.32% 0.99% -
XYZ 67.79 85.31 93.78 -
YUV 227.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 173 253 238 0.32 0 0.06 0.01 168.75 0.95 0.84
Hex AD FD EE 20 0 6 1 A9 5F 54
Octal 255 375 356 40 0 6 1 251 137 124
Binary 10101101 11111101 11101110 100000 0 110 1 10101001 1011111 1010100

Color Harmonies of #ADFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFDEE

Black with #ADFDEE

Text Example


Text Example

White with #ADFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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