Html Css Color HEX #73D9EE Turquoise Blue

📋 copy color: '#73D9EE'

red 115 ◦ green 217 ◦ blue 238

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

Shades of Turquoise Blue #73D9EE

Tints of Turquoise Blue #73D9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 20.18%
G = 38.07%
B = 41.75%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73D9EE (or 0x73D9EE) is known color: Turquoise Blue. HEX triplet: 73, D9 and EE. RGB value is (115,217,238). Sum of RGB (Red+Green+Blue) = 115+217+238=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #73D9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D9EE is #8C2611. Grayscale: #BCBCBC. Windows color (decimal): -9184786 or 15653235. OLE color: 15653235.

HSL color Cylindrical-coordinate representation of color #73D9EE: hue angle of 190.24º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D9EE is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 217 238 -
CMYK 0.52 0.09 0 0.07
HSL 190.24º 0.78% 0.69% -
HSV(B) 190.24º 0.52% 0.93% -
XYZ 47.32 59.44 89.87 -
YUV 188.9 155.71 75.29 -
System Red Green Blue C M Y K H S L
Decimal 115 217 238 0.52 0.09 0 0.07 190.24 0.78 0.69
Hex 73 D9 EE 34 9 0 7 BE 4E 45
Octal 163 331 356 64 11 0 7 276 116 105
Binary 1110011 11011001 11101110 110100 1001 0 111 10111110 1001110 1000101

Color Harmonies of #73D9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D9EE

Black with #73D9EE

Text Example


Text Example

White with #73D9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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