#74DCDD

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

Shades of Turquoise Blue #74DCDD

Tints of Turquoise Blue #74DCDD

Color information

#74DCDD (or 0x74DCDD) is unknown color: approx Turquoise Blue. HEX triplet: 74, DC and DD. RGB value is (116,220,221). Sum of RGB (Red+Green+Blue) = 116+220+221=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #74DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCDD is #8B2322. Grayscale: #BCBCBC. Windows color (decimal): -9118499 or 14539892. OLE color: 14539892.

HSL color Cylindrical-coordinate representation of color #74DCDD: hue angle of 180.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DCDD is Cyan = 0.48, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116220221-
CMYK0.480.0000.13
HSL180.57º60.69%66.08%-
HSV(B)180.57º47.51%86.67%-
XYZ45.8560.1277.59-
YUV189.02146.0475.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.83%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=20.83%
G=39.50%
B=39.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162202210.480.0000.13180.5760.6966.08
Hex74DCDD3000Db53d42
Octal16433433560001526575102
Binary11101001101110011011101110000001101101101011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74DCDD; }

 p { color: rgb(116,220,221); }

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

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

 a { background-color: rgb(116,220,221); }

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

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

 span { border-color: rgb(116,220,221); }

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