#74D5EB

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

Shades of Turquoise Blue #74D5EB

Tints of Turquoise Blue #74D5EB

Color information

#74D5EB (or 0x74D5EB) is unknown color: approx Turquoise Blue. HEX triplet: 74, D5 and EB. RGB value is (116,213,235). Sum of RGB (Red+Green+Blue) = 116+213+235=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #74D5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D5EB is #8B2A14. Grayscale: #BABABA. Windows color (decimal): -9120277 or 15455604. OLE color: 15455604.

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

Color convert

RGB116213235-
CMYK0.510.0900.08
HSL191.09º74.84%68.82%-
HSV(B)191.09º50.64%92.16%-
XYZ45.9957.387.23-
YUV186.5155.3677.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.57%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=20.57%
G=37.77%
B=41.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162132350.510.0900.08191.0974.8468.82
Hex74D5EB33908bf4b45
Octal1643253536311010277113105
Binary111010011010101111010111100111001010001011111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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