#74DAE3

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

Shades of Turquoise Blue #74DAE3

Tints of Turquoise Blue #74DAE3

Color information

#74DAE3 (or 0x74DAE3) is unknown color: approx Turquoise Blue. HEX triplet: 74, DA and E3. RGB value is (116,218,227). Sum of RGB (Red+Green+Blue) = 116+218+227=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 227 (89.06% from 255 or 40.46% from 561); Max value from RGB is 227 - color contains mainly: blue. Hex color #74DAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DAE3 is #8B251C. Grayscale: #BCBCBC. Windows color (decimal): -9119005 or 14932596. OLE color: 14932596.

HSL color Cylindrical-coordinate representation of color #74DAE3: hue angle of 184.86º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74DAE3 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB116218227-
CMYK0.490.0400.11
HSL184.86º66.47%67.25%-
HSV(B)184.86º48.9%89.02%-
XYZ46.1459.481.71-
YUV188.53149.7176.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.68%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 227 (89.06% from 255) = 40.46%
R=20.68%
G=38.86%
B=40.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162182270.490.0400.11184.8666.4767.25
Hex74DAE33140Bb94243
Octal164332343614013271102103
Binary11101001101101011100011110001100010111011100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,218,227); }

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

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

 a { background-color: rgb(116,218,227); }

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

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

 span { border-color: rgb(116,218,227); }

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