Html Css Color HEX #73DCFB Turquoise Blue

📋 copy color: '#73DCFB'

red 115 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #73DCFB

Tints of Turquoise Blue #73DCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 19.62%
G = 37.54%
B = 42.83%

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

#73DCFB (or 0x73DCFB) is known color: Turquoise Blue. HEX triplet: 73, DC and FB. RGB value is (115,220,251). Sum of RGB (Red+Green+Blue) = 115+220+251=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #73DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCFB is #8C2304. Grayscale: #BFBFBF. Windows color (decimal): -9184005 or 16505971. OLE color: 16505971.

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

Color convert

RGB 115 220 251 -
CMYK 0.54 0.12 0 0.02
HSL 193.68º 0.94% 0.72% -
HSV(B) 193.68º 0.54% 0.98% -
XYZ 50.08 61.8 100.56 -
YUV 192.14 161.21 72.98 -
System Red Green Blue C M Y K H S L
Decimal 115 220 251 0.54 0.12 0 0.02 193.68 0.94 0.72
Hex 73 DC FB 36 C 0 2 C2 5E 48
Octal 163 334 373 66 14 0 2 302 136 110
Binary 1110011 11011100 11111011 110110 1100 0 10 11000010 1011110 1001000

Color Harmonies of #73DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCFB

Black with #73DCFB

Text Example


Text Example

White with #73DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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