Html Css Color HEX #ADF0F3 Pale Turquoise

📋 copy color: '#ADF0F3'

red 173 ◦ green 240 ◦ blue 243

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

Shades of Pale Turquoise #ADF0F3

Tints of Pale Turquoise #ADF0F3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.59%

 BLUE value IS 243 (95.31% from 255) = 37.04%

R = 26.37%
G = 36.59%
B = 37.04%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADF0F3 (or 0xADF0F3) is known color: Pale Turquoise. HEX triplet: AD, F0 and F3. RGB value is (173,240,243). Sum of RGB (Red+Green+Blue) = 173+240+243=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADF0F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF0F3 is #520F0C. Grayscale: #DCDCDC. Windows color (decimal): -5377805 or 15986861. OLE color: 15986861.

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

Color convert

RGB 173 240 243 -
CMYK 0.29 0.01 0 0.05
HSL 182.57º 0.74% 0.82% -
HSV(B) 182.57º 0.29% 0.95% -
XYZ 64.57 77.68 96.38 -
YUV 220.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 173 240 243 0.29 0.01 0 0.05 182.57 0.74 0.82
Hex AD F0 F3 1D 1 0 5 B7 4A 52
Octal 255 360 363 35 1 0 5 267 112 122
Binary 10101101 11110000 11110011 11101 1 0 101 10110111 1001010 1010010

Color Harmonies of #ADF0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0F3

Black with #ADF0F3

Text Example


Text Example

White with #ADF0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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