#74DFDC

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

Shades of Turquoise Blue #74DFDC

Tints of Turquoise Blue #74DFDC

Color information

#74DFDC (or 0x74DFDC) is unknown color: approx Turquoise Blue. HEX triplet: 74, DF and DC. RGB value is (116,223,220). Sum of RGB (Red+Green+Blue) = 116+223+220=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFDC is #8B2023. Grayscale: #BEBEBE. Windows color (decimal): -9117732 or 14475124. OLE color: 14475124.

HSL color Cylindrical-coordinate representation of color #74DFDC: hue angle of 178.32º degrees, saturation: 0.63, 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 #74DFDC is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB116223220-
CMYK0.4800.010.13
HSL178.32º62.57%66.47%-
HSV(B)178.32º47.98%87.45%-
XYZ46.5161.6677.16-
YUV190.66144.5574.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.75%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=20.75%
G=39.89%
B=39.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162232200.4800.010.13178.3262.5766.47
Hex74DFDC3001Db23f42
Octal16433733460011526277102
Binary11101001101111111011100110000011101101100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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