#74DEDF

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

Shades of Turquoise Blue #74DEDF

Tints of Turquoise Blue #74DEDF

Color information

#74DEDF (or 0x74DEDF) is unknown color: approx Turquoise Blue. HEX triplet: 74, DE and DF. RGB value is (116,222,223). Sum of RGB (Red+Green+Blue) = 116+222+223=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #74DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEDF is #8B2120. Grayscale: #BEBEBE. Windows color (decimal): -9117985 or 14671476. OLE color: 14671476.

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

Color convert

RGB116222223-
CMYK0.480.0000.13
HSL180.56º62.57%66.47%-
HSV(B)180.56º47.98%87.45%-
XYZ46.6461.2879.18-
YUV190.42146.3874.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.68%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=20.68%
G=39.57%
B=39.75%

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
Decimal1162222230.480.0000.13180.5662.5766.47
Hex74DEDF3000Db53f42
Octal16433633760001526577102
Binary11101001101111011011111110000001101101101011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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