Html Css Color HEX #73DFDC Turquoise Blue

📋 copy color: '#73DFDC'

red 115 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #73DFDC

Tints of Turquoise Blue #73DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 20.61%
G = 39.96%
B = 39.43%

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

#73DFDC (or 0x73DFDC) is known color: Turquoise Blue. HEX triplet: 73, DF and DC. RGB value is (115,223,220). Sum of RGB (Red+Green+Blue) = 115+223+220=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFDC is #8C2023. Grayscale: #BEBEBE. Windows color (decimal): -9183268 or 14475123. OLE color: 14475123.

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

Color convert

RGB 115 223 220 -
CMYK 0.48 0 0.01 0.13
HSL 178.33º 0.63% 0.66% -
HSV(B) 178.33º 0.48% 0.87% -
XYZ 46.38 61.59 77.15 -
YUV 190.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 115 223 220 0.48 0 0.01 0.13 178.33 0.63 0.66
Hex 73 DF DC 30 0 1 D B2 3F 42
Octal 163 337 334 60 0 1 15 262 77 102
Binary 1110011 11011111 11011100 110000 0 1 1101 10110010 111111 1000010

Color Harmonies of #73DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DFDC

Black with #73DFDC

Text Example


Text Example

White with #73DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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