#74ebe1

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

Shades of Turquoise Blue #74EBE1

Tints of Turquoise Blue #74EBE1

Color information

#74EBE1 (or 0x74EBE1) is unknown color: approx Turquoise Blue. HEX triplet: 74, EB and E1. RGB value is (116,235,225). Sum of RGB (Red+Green+Blue) = 116+235+225=576 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.14% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EBE1 is #8B141E. Grayscale: #C6C6C6. Windows color (decimal): -9114655 or 14805876. OLE color: 14805876.

HSL color Cylindrical-coordinate representation of color #74EBE1: hue angle of 174.96º 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 #74EBE1 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB116235225-
CMYK0.5100.040.08
HSL174.96º74.84%68.82%-
HSV(B)174.96º50.64%92.16%-
XYZ50.568.5781.81-
YUV198.28143.0869.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.14%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=20.14%
G=40.80%
B=39.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162352250.5100.040.08174.9674.8468.82
Hex74EBE133048af4b45
Octal164353341630410257113105
Binary11101001110101111100001110011010010001010111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ebe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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