Html Css Color HEX #73DDDB Turquoise Blue

📋 copy color: '#73DDDB'

red 115 ◦ green 221 ◦ blue 219

#73DDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #73DDDB

Tints of Turquoise Blue #73DDDB

RGB

 RED value IS 115 (45.31% from 255) = 20.72%

 GREEN value IS 221 (86.72% from 255) = 39.82%

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 20.72%
G = 39.82%
B = 39.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#73DDDB (or 0x73DDDB) is known color: Turquoise Blue. HEX triplet: 73, DD and DB. RGB value is (115,221,219). Sum of RGB (Red+Green+Blue) = 115+221+219=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DDDB is #8C2224. Grayscale: #BCBCBC. Windows color (decimal): -9183781 or 14409075. OLE color: 14409075.

HSL color Cylindrical-coordinate representation of color #73DDDB: hue angle of 178.87º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DDDB is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 221 219 -
CMYK 0.48 0 0.01 0.13
HSL 178.87º 0.61% 0.66% -
HSV(B) 178.87º 0.48% 0.87% -
XYZ 45.71 60.47 76.28 -
YUV 189.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 115 221 219 0.48 0 0.01 0.13 178.87 0.61 0.66
Hex 73 DD DB 30 0 1 D B3 3D 42
Octal 163 335 333 60 0 1 15 263 75 102
Binary 1110011 11011101 11011011 110000 0 1 1101 10110011 111101 1000010

Color Harmonies of #73DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DDDB

Black with #73DDDB

Text Example


Text Example

White with #73DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73DDDB;
 }
 .AnyTagClassName
 {
   color: #73DDDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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