#73DDE7

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

Shades of Turquoise Blue #73DDE7

Tints of Turquoise Blue #73DDE7

Color information

#73DDE7 (or 0x73DDE7) is unknown color: approx Turquoise Blue. HEX triplet: 73, DD and E7. RGB value is (115,221,231). Sum of RGB (Red+Green+Blue) = 115+221+231=567 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.28% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #73DDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDE7 is #8C2218. Grayscale: #BEBEBE. Windows color (decimal): -9183769 or 15195507. OLE color: 15195507.

HSL color Cylindrical-coordinate representation of color #73DDE7: hue angle of 185.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DDE7 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB115221231-
CMYK0.500.0400.09
HSL185.17º70.73%67.84%-
HSV(B)185.17º50.22%90.59%-
XYZ47.3561.1384.9-
YUV190.45150.8874.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.28%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 231 (90.62% from 255) = 40.74%
R=20.28%
G=38.98%
B=40.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1152212310.500.0400.09185.1770.7367.84
Hex73DDE732409b94744
Octal163335347624011271107104
Binary11100111101110111100111110010100010011011100110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73DDE7; }

 p { color: rgb(115,221,231); }

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

<style>
 a { background-color: #73DDE7; }

 a { background-color: rgb(115,221,231); }

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

<style>
 span { border-color: #73DDE7; }

 span { border-color: rgb(115,221,231); }

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