Html Css Color HEX #73DCEF Turquoise Blue

📋 copy color: '#73DCEF'

red 115 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #73DCEF

Tints of Turquoise Blue #73DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 20.03%
G = 38.33%
B = 41.64%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73DCEF (or 0x73DCEF) is known color: Turquoise Blue. HEX triplet: 73, DC and EF. RGB value is (115,220,239). Sum of RGB (Red+Green+Blue) = 115+220+239=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #73DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCEF is #8C2310. Grayscale: #BEBEBE. Windows color (decimal): -9184017 or 15719539. OLE color: 15719539.

HSL color Cylindrical-coordinate representation of color #73DCEF: hue angle of 189.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73DCEF is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 220 239 -
CMYK 0.52 0.08 0 0.06
HSL 189.19º 0.79% 0.69% -
HSV(B) 189.19º 0.52% 0.94% -
XYZ 48.24 61.06 90.91 -
YUV 190.77 155.21 73.96 -
System Red Green Blue C M Y K H S L
Decimal 115 220 239 0.52 0.08 0 0.06 189.19 0.79 0.69
Hex 73 DC EF 34 8 0 6 BD 4F 45
Octal 163 334 357 64 10 0 6 275 117 105
Binary 1110011 11011100 11101111 110100 1000 0 110 10111101 1001111 1000101

Color Harmonies of #73DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCEF

Black with #73DCEF

Text Example


Text Example

White with #73DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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