Html Css Color HEX #73DFD8 Turquoise Blue

📋 copy color: '#73DFD8'

red 115 ◦ green 223 ◦ blue 216

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

Shades of Turquoise Blue #73DFD8

Tints of Turquoise Blue #73DFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 20.76%
G = 40.25%
B = 38.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#73DFD8 (or 0x73DFD8) is known color: Turquoise Blue. HEX triplet: 73, DF and D8. RGB value is (115,223,216). Sum of RGB (Red+Green+Blue) = 115+223+216=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFD8 is #8C2027. Grayscale: #BDBDBD. Windows color (decimal): -9183272 or 14212979. OLE color: 14212979.

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

Color convert

RGB 115 223 216 -
CMYK 0.48 0 0.03 0.13
HSL 176.11º 0.63% 0.66% -
HSV(B) 176.11º 0.48% 0.87% -
XYZ 45.85 61.38 74.4 -
YUV 189.91 142.72 74.57 -
System Red Green Blue C M Y K H S L
Decimal 115 223 216 0.48 0 0.03 0.13 176.11 0.63 0.66
Hex 73 DF D8 30 0 3 D B0 3F 42
Octal 163 337 330 60 0 3 15 260 77 102
Binary 1110011 11011111 11011000 110000 0 11 1101 10110000 111111 1000010

Color Harmonies of #73DFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFD8

Black with #73DFD8

Text Example


Text Example

White with #73DFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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