Html Css Color HEX #73DFD5 Turquoise Blue

📋 copy color: '#73DFD5'

red 115 ◦ green 223 ◦ blue 213

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

Shades of Turquoise Blue #73DFD5

Tints of Turquoise Blue #73DFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 20.87%
G = 40.47%
B = 38.66%

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

#73DFD5 (or 0x73DFD5) is known color: Turquoise Blue. HEX triplet: 73, DF and D5. RGB value is (115,223,213). Sum of RGB (Red+Green+Blue) = 115+223+213=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFD5 is #8C202A. Grayscale: #BDBDBD. Windows color (decimal): -9183275 or 14016371. OLE color: 14016371.

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

Color convert

RGB 115 223 213 -
CMYK 0.48 0 0.04 0.13
HSL 174.44º 0.63% 0.66% -
HSV(B) 174.44º 0.48% 0.87% -
XYZ 45.47 61.22 72.37 -
YUV 189.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 115 223 213 0.48 0 0.04 0.13 174.44 0.63 0.66
Hex 73 DF D5 30 0 4 D AE 3F 42
Octal 163 337 325 60 0 4 15 256 77 102
Binary 1110011 11011111 11010101 110000 0 100 1101 10101110 111111 1000010

Color Harmonies of #73DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFD5

Black with #73DFD5

Text Example


Text Example

White with #73DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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