#74d3eb

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

Shades of Turquoise Blue #74D3EB

Tints of Turquoise Blue #74D3EB

Color information

#74D3EB (or 0x74D3EB) is unknown color: approx Turquoise Blue. HEX triplet: 74, D3 and EB. RGB value is (116,211,235). Sum of RGB (Red+Green+Blue) = 116+211+235=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #74D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D3EB is #8B2C14. Grayscale: #B9B9B9. Windows color (decimal): -9120789 or 15455092. OLE color: 15455092.

HSL color Cylindrical-coordinate representation of color #74D3EB: hue angle of 192.1º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D3EB is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116211235-
CMYK0.510.1000.08
HSL192.1º74.84%68.82%-
HSV(B)192.1º50.64%92.16%-
XYZ45.4956.387.07-
YUV185.33156.0378.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.64%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=20.64%
G=37.54%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162112350.510.1000.08192.174.8468.82
Hex74D3EB33A08c04b45
Octal1643233536312010300113105
Binary111010011010011111010111100111010010001100000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74d3eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,211,235); }

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

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

 a { background-color: rgb(116,211,235); }

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

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

 span { border-color: rgb(116,211,235); }

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