#74DFF9

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

Shades of Turquoise Blue #74DFF9

Tints of Turquoise Blue #74DFF9

Color information

#74DFF9 (or 0x74DFF9) is unknown color: approx Turquoise Blue. HEX triplet: 74, DF and F9. RGB value is (116,223,249). Sum of RGB (Red+Green+Blue) = 116+223+249=588 (77% of max value = 765). Red value is 116 (45.70% from 255 or 19.73% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #74DFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFF9 is #8B2006. Grayscale: #C1C1C1. Windows color (decimal): -9117703 or 16375668. OLE color: 16375668.

HSL color Cylindrical-coordinate representation of color #74DFF9: hue angle of 191.73º 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 #74DFF9 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116223249-
CMYK0.530.1000.02
HSL191.73º91.72%71.57%-
HSV(B)191.73º53.41%97.65%-
XYZ50.6963.3399.17-
YUV193.97159.0572.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.73%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=19.73%
G=37.93%
B=42.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162232490.530.1000.02191.7391.7271.57
Hex74DFF935A02c05c48
Octal164337371651202300134110
Binary1110100110111111111100111010110100101100000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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