#74D0ED

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

Shades of Turquoise Blue #74D0ED

Tints of Turquoise Blue #74D0ED

Color information

#74D0ED (or 0x74D0ED) is unknown color: approx Turquoise Blue. HEX triplet: 74, D0 and ED. RGB value is (116,208,237). Sum of RGB (Red+Green+Blue) = 116+208+237=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #74D0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D0ED is #8B2F12. Grayscale: #B7B7B7. Windows color (decimal): -9121555 or 15585396. OLE color: 15585396.

HSL color Cylindrical-coordinate representation of color #74D0ED: hue angle of 194.38º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74D0ED is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116208237-
CMYK0.510.1200.07
HSL194.38º77.07%69.22%-
HSV(B)194.38º51.05%92.94%-
XYZ45.0454.9488.35-
YUV183.8158.0279.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.68%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=20.68%
G=37.08%
B=42.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162082370.510.1200.07194.3877.0769.22
Hex74D0ED33C07c24d45
Octal164320355631407302115105
Binary11101001101000011101101110011110001111100001010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,208,237); }

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

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

 a { background-color: rgb(116,208,237); }

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

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

 span { border-color: rgb(116,208,237); }

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