Html Css Color HEX #73ECDD Turquoise Blue

📋 copy color: '#73ECDD'

red 115 ◦ green 236 ◦ blue 221

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

Shades of Turquoise Blue #73ECDD

Tints of Turquoise Blue #73ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.26%

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 20.1%
G = 41.26%
B = 38.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#73ECDD (or 0x73ECDD) is known color: Turquoise Blue. HEX triplet: 73, EC and DD. RGB value is (115,236,221). Sum of RGB (Red+Green+Blue) = 115+236+221=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECDD is #8C1322. Grayscale: #C6C6C6. Windows color (decimal): -9179939 or 14543987. OLE color: 14543987.

HSL color Cylindrical-coordinate representation of color #73ECDD: hue angle of 172.56º 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 #73ECDD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 236 221 -
CMYK 0.51 0 0.06 0.07
HSL 172.56º 0.76% 0.69% -
HSV(B) 172.56º 0.51% 0.93% -
XYZ 50.12 68.86 79.06 -
YUV 198.11 140.91 68.72 -
System Red Green Blue C M Y K H S L
Decimal 115 236 221 0.51 0 0.06 0.07 172.56 0.76 0.69
Hex 73 EC DD 33 0 6 7 AD 4C 45
Octal 163 354 335 63 0 6 7 255 114 105
Binary 1110011 11101100 11011101 110011 0 110 111 10101101 1001100 1000101

Color Harmonies of #73ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ECDD

Black with #73ECDD

Text Example


Text Example

White with #73ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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