Html Css Color HEX #73D3EF Turquoise Blue

📋 copy color: '#73D3EF'

red 115 ◦ green 211 ◦ blue 239

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

Shades of Turquoise Blue #73D3EF

Tints of Turquoise Blue #73D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 20.35%
G = 37.35%
B = 42.3%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73D3EF (or 0x73D3EF) is known color: Turquoise Blue. HEX triplet: 73, D3 and EF. RGB value is (115,211,239). Sum of RGB (Red+Green+Blue) = 115+211+239=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #73D3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D3EF is #8C2C10. Grayscale: #B9B9B9. Windows color (decimal): -9186321 or 15717235. OLE color: 15717235.

HSL color Cylindrical-coordinate representation of color #73D3EF: hue angle of 193.55º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73D3EF is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 211 239 -
CMYK 0.52 0.12 0 0.06
HSL 193.55º 0.79% 0.69% -
HSV(B) 193.55º 0.52% 0.94% -
XYZ 45.94 56.47 90.14 -
YUV 185.49 158.2 77.72 -
System Red Green Blue C M Y K H S L
Decimal 115 211 239 0.52 0.12 0 0.06 193.55 0.79 0.69
Hex 73 D3 EF 34 C 0 6 C2 4F 45
Octal 163 323 357 64 14 0 6 302 117 105
Binary 1110011 11010011 11101111 110100 1100 0 110 11000010 1001111 1000101

Color Harmonies of #73D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D3EF

Black with #73D3EF

Text Example


Text Example

White with #73D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,211,239); }

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

background-color css

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

 a { background-color: rgb(115,211,239); }

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

border-color css

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

 span { border-color: rgb(115,211,239); }

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