Html Css Color HEX #73D9F1 Turquoise Blue

📋 copy color: '#73D9F1'

red 115 ◦ green 217 ◦ blue 241

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

Shades of Turquoise Blue #73D9F1

Tints of Turquoise Blue #73D9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.87%

 BLUE value IS 241 (94.53% from 255) = 42.06%

R = 20.07%
G = 37.87%
B = 42.06%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#73D9F1 (or 0x73D9F1) is known color: Turquoise Blue. HEX triplet: 73, D9 and F1. RGB value is (115,217,241). Sum of RGB (Red+Green+Blue) = 115+217+241=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #73D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D9F1 is #8C260E. Grayscale: #BDBDBD. Windows color (decimal): -9184783 or 15849843. OLE color: 15849843.

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

Color convert

RGB 115 217 241 -
CMYK 0.52 0.10 0 0.05
HSL 191.43º 0.82% 0.7% -
HSV(B) 191.43º 0.52% 0.95% -
XYZ 47.76 59.62 92.21 -
YUV 189.24 157.21 75.05 -
System Red Green Blue C M Y K H S L
Decimal 115 217 241 0.52 0.10 0 0.05 191.43 0.82 0.7
Hex 73 D9 F1 34 A 0 5 BF 52 46
Octal 163 331 361 64 12 0 5 277 122 106
Binary 1110011 11011001 11110001 110100 1010 0 101 10111111 1010010 1000110

Color Harmonies of #73D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D9F1

Black with #73D9F1

Text Example


Text Example

White with #73D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,217,241); }

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

background-color css

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

 a { background-color: rgb(115,217,241); }

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

border-color css

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

 span { border-color: rgb(115,217,241); }

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