#73E0DD

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

Shades of Turquoise Blue #73E0DD

Tints of Turquoise Blue #73E0DD

Color information

#73E0DD (or 0x73E0DD) is unknown color: approx Turquoise Blue. HEX triplet: 73, E0 and DD. RGB value is (115,224,221). Sum of RGB (Red+Green+Blue) = 115+224+221=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #73E0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73E0DD is #8C1F22. Grayscale: #BEBEBE. Windows color (decimal): -9183011 or 14540915. OLE color: 14540915.

HSL color Cylindrical-coordinate representation of color #73E0DD: hue angle of 178.35º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73E0DD is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB115224221-
CMYK0.4900.010.12
HSL178.35º63.74%66.47%-
HSV(B)178.35º48.66%87.84%-
XYZ46.7862.1877.94-
YUV191.07144.8973.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.54%
GREEN value IS 224 (87.89% from 255) = 40%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=20.54%
G=40%
B=39.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1152242210.4900.010.12178.3563.7466.47
Hex73E0DD3101Cb24042
Octal163340335610114262100102
Binary111001111100000110111011100010111001011001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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