#74D2EB

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

Shades of Turquoise Blue #74D2EB

Tints of Turquoise Blue #74D2EB

Color information

#74D2EB (or 0x74D2EB) is unknown color: approx Turquoise Blue. HEX triplet: 74, D2 and EB. RGB value is (116,210,235). Sum of RGB (Red+Green+Blue) = 116+210+235=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #74D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D2EB is #8B2D14. Grayscale: #B8B8B8. Windows color (decimal): -9121045 or 15454836. OLE color: 15454836.

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

Color convert

RGB116210235-
CMYK0.510.1100.08
HSL192.61º74.84%68.82%-
HSV(B)192.61º50.64%92.16%-
XYZ45.2455.886.98-
YUV184.74156.3678.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.68%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=20.68%
G=37.43%
B=41.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162102350.510.1100.08192.6174.8468.82
Hex74D2EB33B08c14b45
Octal1643223536313010301113105
Binary111010011010010111010111100111011010001100000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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