#74DCEF

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

Shades of Turquoise Blue #74DCEF

Tints of Turquoise Blue #74DCEF

Color information

#74DCEF (or 0x74DCEF) is unknown color: approx Turquoise Blue. HEX triplet: 74, DC and EF. RGB value is (116,220,239). Sum of RGB (Red+Green+Blue) = 116+220+239=575 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.17% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #74DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DCEF is #8B2310. Grayscale: #BEBEBE. Windows color (decimal): -9118481 or 15719540. OLE color: 15719540.

HSL color Cylindrical-coordinate representation of color #74DCEF: hue angle of 189.27º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74DCEF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116220239-
CMYK0.510.0800.06
HSL189.27º79.35%69.61%-
HSV(B)189.27º51.46%93.73%-
XYZ48.3861.1390.91-
YUV191.07155.0474.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.17%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=20.17%
G=38.26%
B=41.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162202390.510.0800.06189.2779.3569.61
Hex74DCEF33806bd4f46
Octal164334357631006275117106
Binary11101001101110011101111110011100001101011110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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