#74DDF9

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

Shades of Turquoise Blue #74DDF9

Tints of Turquoise Blue #74DDF9

Color information

#74DDF9 (or 0x74DDF9) is unknown color: approx Turquoise Blue. HEX triplet: 74, DD and F9. RGB value is (116,221,249). Sum of RGB (Red+Green+Blue) = 116+221+249=586 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.80% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #74DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DDF9 is #8B2206. Grayscale: #C0C0C0. Windows color (decimal): -9118215 or 16375156. OLE color: 16375156.

HSL color Cylindrical-coordinate representation of color #74DDF9: hue angle of 192.63º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74DDF9 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116221249-
CMYK0.530.1100.02
HSL192.63º91.72%71.57%-
HSV(B)192.63º53.41%97.65%-
XYZ50.1662.2799-
YUV192.8159.7173.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.80%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=19.80%
G=37.71%
B=42.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162212490.530.1100.02192.6391.7271.57
Hex74DDF935B02c15c48
Octal164335371651302301134110
Binary1110100110111011111100111010110110101100000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,221,249); }

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

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

 a { background-color: rgb(116,221,249); }

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

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

 span { border-color: rgb(116,221,249); }

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