#74EAF0

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

Shades of Turquoise Blue #74EAF0

Tints of Turquoise Blue #74EAF0

Color information

#74EAF0 (or 0x74EAF0) is unknown color: approx Turquoise Blue. HEX triplet: 74, EA and F0. RGB value is (116,234,240). Sum of RGB (Red+Green+Blue) = 116+234+240=590 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.66% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #74EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74EAF0 is #8B150F. Grayscale: #C7C7C7. Windows color (decimal): -9114896 or 15788660. OLE color: 15788660.

HSL color Cylindrical-coordinate representation of color #74EAF0: hue angle of 182.9º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74EAF0 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116234240-
CMYK0.520.0200.06
HSL182.9º80.52%69.8%-
HSV(B)182.9º51.67%94.12%-
XYZ52.3568.8592.97-
YUV199.4150.9168.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 19.66%
GREEN value IS 234 (91.80% from 255) = 39.66%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=19.66%
G=39.66%
B=40.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162342400.520.0200.06182.980.5269.8
Hex74EAF034206b75146
Octal16435236064206267121106
Binary111010011101010111100001101001001101011011110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,234,240); }

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

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

 a { background-color: rgb(116,234,240); }

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

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

 span { border-color: rgb(116,234,240); }

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