#74DCDF

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

Shades of Turquoise Blue #74DCDF

Tints of Turquoise Blue #74DCDF

Color information

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

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

Color convert

RGB116220223-
CMYK0.480.0100.13
HSL181.68º62.57%66.47%-
HSV(B)181.68º47.98%87.45%-
XYZ46.1160.2379.01-
YUV189.25147.0475.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162202230.480.0100.13181.6862.5766.47
Hex74DCDF3010Db63f42
Octal16433433760101526677102
Binary11101001101110011011111110000101101101101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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