Html Css Color HEX #73D0EB Turquoise Blue

📋 copy color: '#73D0EB'

red 115 ◦ green 208 ◦ blue 235

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

Shades of Turquoise Blue #73D0EB

Tints of Turquoise Blue #73D0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.28%

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 20.61%
G = 37.28%
B = 42.11%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73D0EB (or 0x73D0EB) is known color: Turquoise Blue. HEX triplet: 73, D0 and EB. RGB value is (115,208,235). Sum of RGB (Red+Green+Blue) = 115+208+235=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #73D0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D0EB is #8C2F14. Grayscale: #B7B7B7. Windows color (decimal): -9187093 or 15454323. OLE color: 15454323.

HSL color Cylindrical-coordinate representation of color #73D0EB: hue angle of 193.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73D0EB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 208 235 -
CMYK 0.51 0.11 0 0.08
HSL 193.5º 0.75% 0.69% -
HSV(B) 193.5º 0.51% 0.92% -
XYZ 44.62 54.75 86.81 -
YUV 183.27 157.19 79.3 -
System Red Green Blue C M Y K H S L
Decimal 115 208 235 0.51 0.11 0 0.08 193.5 0.75 0.69
Hex 73 D0 EB 33 B 0 8 C2 4B 45
Octal 163 320 353 63 13 0 10 302 113 105
Binary 1110011 11010000 11101011 110011 1011 0 1000 11000010 1001011 1000101

Color Harmonies of #73D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D0EB

Black with #73D0EB

Text Example


Text Example

White with #73D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,208,235); }

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

background-color css

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

 a { background-color: rgb(115,208,235); }

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

border-color css

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

 span { border-color: rgb(115,208,235); }

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