Html Css Color HEX #73D1F3 Turquoise Blue

📋 copy color: '#73D1F3'

red 115 ◦ green 209 ◦ blue 243

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

Shades of Turquoise Blue #73D1F3

Tints of Turquoise Blue #73D1F3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.86%

 BLUE value IS 243 (95.31% from 255) = 42.86%

R = 20.28%
G = 36.86%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73D1F3 (or 0x73D1F3) is known color: Turquoise Blue. HEX triplet: 73, D1 and F3. RGB value is (115,209,243). Sum of RGB (Red+Green+Blue) = 115+209+243=567 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.28% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #73D1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D1F3 is #8C2E0C. Grayscale: #B8B8B8. Windows color (decimal): -9186829 or 15978867. OLE color: 15978867.

HSL color Cylindrical-coordinate representation of color #73D1F3: hue angle of 195.94º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73D1F3 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 209 243 -
CMYK 0.53 0.14 0 0.05
HSL 195.94º 0.84% 0.7% -
HSV(B) 195.94º 0.53% 0.95% -
XYZ 46.05 55.72 93.12 -
YUV 184.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 115 209 243 0.53 0.14 0 0.05 195.94 0.84 0.7
Hex 73 D1 F3 35 E 0 5 C4 54 46
Octal 163 321 363 65 16 0 5 304 124 106
Binary 1110011 11010001 11110011 110101 1110 0 101 11000100 1010100 1000110

Color Harmonies of #73D1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D1F3

Black with #73D1F3

Text Example


Text Example

White with #73D1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,209,243); }

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

background-color css

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

 a { background-color: rgb(115,209,243); }

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

border-color css

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

 span { border-color: rgb(115,209,243); }

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