Html Css Color HEX #73DCF9 Turquoise Blue

📋 copy color: '#73DCF9'

red 115 ◦ green 220 ◦ blue 249

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

Shades of Turquoise Blue #73DCF9

Tints of Turquoise Blue #73DCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 19.69%
G = 37.67%
B = 42.64%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73DCF9 (or 0x73DCF9) is known color: Turquoise Blue. HEX triplet: 73, DC and F9. RGB value is (115,220,249). Sum of RGB (Red+Green+Blue) = 115+220+249=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #73DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCF9 is #8C2306. Grayscale: #BFBFBF. Windows color (decimal): -9184007 or 16374899. OLE color: 16374899.

HSL color Cylindrical-coordinate representation of color #73DCF9: hue angle of 192.99º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DCF9 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 220 249 -
CMYK 0.54 0.12 0 0.02
HSL 192.99º 0.92% 0.71% -
HSV(B) 192.99º 0.54% 0.98% -
XYZ 49.76 61.67 98.9 -
YUV 191.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 115 220 249 0.54 0.12 0 0.02 192.99 0.92 0.71
Hex 73 DC F9 36 C 0 2 C1 5C 47
Octal 163 334 371 66 14 0 2 301 134 107
Binary 1110011 11011100 11111001 110110 1100 0 10 11000001 1011100 1000111

Color Harmonies of #73DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCF9

Black with #73DCF9

Text Example


Text Example

White with #73DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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