Html Css Color HEX #73DFD6 Turquoise Blue

📋 copy color: '#73DFD6'

red 115 ◦ green 223 ◦ blue 214

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

Shades of Turquoise Blue #73DFD6

Tints of Turquoise Blue #73DFD6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.4%

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 20.83%
G = 40.4%
B = 38.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#73DFD6 (or 0x73DFD6) is known color: Turquoise Blue. HEX triplet: 73, DF and D6. RGB value is (115,223,214). Sum of RGB (Red+Green+Blue) = 115+223+214=552 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.83% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFD6 is #8C2029. Grayscale: #BDBDBD. Windows color (decimal): -9183274 or 14081907. OLE color: 14081907.

HSL color Cylindrical-coordinate representation of color #73DFD6: hue angle of 175º degrees, saturation: 0.63, 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 #73DFD6 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 223 214 -
CMYK 0.48 0 0.04 0.13
HSL 175º 0.63% 0.66% -
HSV(B) 175º 0.48% 0.87% -
XYZ 45.6 61.28 73.04 -
YUV 189.68 141.72 74.73 -
System Red Green Blue C M Y K H S L
Decimal 115 223 214 0.48 0 0.04 0.13 175 0.63 0.66
Hex 73 DF D6 30 0 4 D AF 3F 42
Octal 163 337 326 60 0 4 15 257 77 102
Binary 1110011 11011111 11010110 110000 0 100 1101 10101111 111111 1000010

Color Harmonies of #73DFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFD6

Black with #73DFD6

Text Example


Text Example

White with #73DFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,223,214); }

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

background-color css

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

 a { background-color: rgb(115,223,214); }

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

border-color css

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

 span { border-color: rgb(115,223,214); }

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