#74E3E0

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

Shades of Turquoise Blue #74E3E0

Tints of Turquoise Blue #74E3E0

Color information

#74E3E0 (or 0x74E3E0) is unknown color: approx Turquoise Blue. HEX triplet: 74, E3 and E0. RGB value is (116,227,224). Sum of RGB (Red+Green+Blue) = 116+227+224=567 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.46% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E3E0 is #8B1C1F. Grayscale: #C1C1C1. Windows color (decimal): -9116704 or 14738292. OLE color: 14738292.

HSL color Cylindrical-coordinate representation of color #74E3E0: hue angle of 178.38º 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 #74E3E0 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB116227224-
CMYK0.4900.010.11
HSL178.38º66.47%67.25%-
HSV(B)178.38º48.9%89.02%-
XYZ48.1364.0380.34-
YUV193.47145.2372.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.46%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=20.46%
G=40.04%
B=39.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1162272240.4900.010.11178.3866.4767.25
Hex74E3E03101Bb24243
Octal164343340610113262102103
Binary111010011100011111000001100010110111011001010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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