#74DCDE

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

Shades of Turquoise Blue #74DCDE

Tints of Turquoise Blue #74DCDE

Color information

#74DCDE (or 0x74DCDE) is unknown color: approx Turquoise Blue. HEX triplet: 74, DC and DE. RGB value is (116,220,222). Sum of RGB (Red+Green+Blue) = 116+220+222=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #74DCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCDE is #8B2321. Grayscale: #BDBDBD. Windows color (decimal): -9118498 or 14605428. OLE color: 14605428.

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

Color convert

RGB116220222-
CMYK0.480.0100.13
HSL181.13º61.63%66.27%-
HSV(B)181.13º47.75%87.06%-
XYZ45.9860.1778.3-
YUV189.13146.5475.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.79%
GREEN value IS 220 (86.33% from 255) = 39.43%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=20.79%
G=39.43%
B=39.78%

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
Decimal1162202220.480.0100.13181.1361.6366.27
Hex74DCDE3010Db53e42
Octal16433433660101526576102
Binary11101001101110011011110110000101101101101011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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