#74DFEA

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

Shades of Turquoise Blue #74DFEA

Tints of Turquoise Blue #74DFEA

Color information

#74DFEA (or 0x74DFEA) is unknown color: approx Turquoise Blue. HEX triplet: 74, DF and EA. RGB value is (116,223,234). Sum of RGB (Red+Green+Blue) = 116+223+234=573 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.24% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #74DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74DFEA is #8B2015. Grayscale: #C0C0C0. Windows color (decimal): -9117718 or 15392628. OLE color: 15392628.

HSL color Cylindrical-coordinate representation of color #74DFEA: hue angle of 185.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74DFEA is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116223234-
CMYK0.500.0500.08
HSL185.59º73.75%68.63%-
HSV(B)185.59º50.43%91.76%-
XYZ48.4462.4387.34-
YUV192.26151.5573.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.24%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=20.24%
G=38.92%
B=40.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162232340.500.0500.08185.5973.7568.63
Hex74DFEA32508ba4a45
Octal164337352625010272112105
Binary11101001101111111101010110010101010001011101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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