Html Css Color HEX #73D2EB Turquoise Blue

📋 copy color: '#73D2EB'

red 115 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #73D2EB

Tints of Turquoise Blue #73D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.5%

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

R = 20.54%
G = 37.5%
B = 41.96%

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

#73D2EB (or 0x73D2EB) is known color: Turquoise Blue. HEX triplet: 73, D2 and EB. RGB value is (115,210,235). Sum of RGB (Red+Green+Blue) = 115+210+235=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #73D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2EB is #8C2D14. Grayscale: #B8B8B8. Windows color (decimal): -9186581 or 15454835. OLE color: 15454835.

HSL color Cylindrical-coordinate representation of color #73D2EB: hue angle of 192.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 #73D2EB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 210 235 -
CMYK 0.51 0.11 0 0.08
HSL 192.5º 0.75% 0.69% -
HSV(B) 192.5º 0.51% 0.92% -
XYZ 45.11 55.74 86.98 -
YUV 184.45 156.53 78.47 -
System Red Green Blue C M Y K H S L
Decimal 115 210 235 0.51 0.11 0 0.08 192.5 0.75 0.69
Hex 73 D2 EB 33 B 0 8 C0 4B 45
Octal 163 322 353 63 13 0 10 300 113 105
Binary 1110011 11010010 11101011 110011 1011 0 1000 11000000 1001011 1000101

Color Harmonies of #73D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D2EB

Black with #73D2EB

Text Example


Text Example

White with #73D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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