#7ADCDF

Color #7ADCDF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7ADCDF

Tints of Turquoise Blue #7ADCDF

Color information

#7ADCDF (or 0x7ADCDF) is unknown color: approx Turquoise Blue. HEX triplet: 7A, DC and DF. RGB value is (122,220,223). Sum of RGB (Red+Green+Blue) = 122+220+223=565 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.59% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ADCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCDF is #852320. Grayscale: #BEBEBE. Windows color (decimal): -8725281 or 14670970. OLE color: 14670970.

HSL color Cylindrical-coordinate representation of color #7ADCDF: hue angle of 181.78º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCDF is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122220223-
CMYK0.450.0100.13
HSL181.78º61.21%67.65%-
HSV(B)181.78º45.29%87.45%-
XYZ46.9460.6579.05-
YUV191.04146.0378.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.59%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=21.59%
G=38.94%
B=39.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222202230.450.0100.13181.7861.2167.65
Hex7ADCDF2D10Db63d44
Octal17233433755101526675104
Binary11110101101110011011111101101101101101101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ADCDF; }

 p { color: rgb(122,220,223); }

 H1.HeaderClassName
 {
   color: #7ADCDF;
 }
 .AnyTagClassName
 {
   color: #7ADCDF;
 }
</style>
background-color css

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

 a { background-color: rgb(122,220,223); }

 div.DivClassName
 {
   background-color: #7ADCDF;
 }
 .BgClassName
 {
   background-color: #7ADCDF;
 }
</style>
border-color css

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

 span { border-color: rgb(122,220,223); }

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