Html Css Color HEX #73DCEC Turquoise Blue

📋 copy color: '#73DCEC'

red 115 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #73DCEC

Tints of Turquoise Blue #73DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 20.14%
G = 38.53%
B = 41.33%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73DCEC (or 0x73DCEC) is known color: Turquoise Blue. HEX triplet: 73, DC and EC. RGB value is (115,220,236). Sum of RGB (Red+Green+Blue) = 115+220+236=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #73DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCEC is #8C2313. Grayscale: #BEBEBE. Windows color (decimal): -9184020 or 15522931. OLE color: 15522931.

HSL color Cylindrical-coordinate representation of color #73DCEC: hue angle of 187.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DCEC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 220 236 -
CMYK 0.51 0.07 0 0.07
HSL 187.93º 0.76% 0.69% -
HSV(B) 187.93º 0.51% 0.93% -
XYZ 47.8 60.89 88.59 -
YUV 190.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 115 220 236 0.51 0.07 0 0.07 187.93 0.76 0.69
Hex 73 DC EC 33 7 0 7 BC 4C 45
Octal 163 334 354 63 7 0 7 274 114 105
Binary 1110011 11011100 11101100 110011 111 0 111 10111100 1001100 1000101

Color Harmonies of #73DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCEC

Black with #73DCEC

Text Example


Text Example

White with #73DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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