Html Css Color HEX #73DBED Turquoise Blue

📋 copy color: '#73DBED'

red 115 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #73DBED

Tints of Turquoise Blue #73DBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

 BLUE value IS 237 (92.97% from 255) = 41.51%

R = 20.14%
G = 38.35%
B = 41.51%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73DBED (or 0x73DBED) is known color: Turquoise Blue. HEX triplet: 73, DB and ED. RGB value is (115,219,237). Sum of RGB (Red+Green+Blue) = 115+219+237=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #73DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBED is #8C2412. Grayscale: #BDBDBD. Windows color (decimal): -9184275 or 15588211. OLE color: 15588211.

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

Color convert

RGB 115 219 237 -
CMYK 0.51 0.08 0 0.07
HSL 188.85º 0.77% 0.69% -
HSV(B) 188.85º 0.51% 0.93% -
XYZ 47.69 60.42 89.27 -
YUV 189.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 115 219 237 0.51 0.08 0 0.07 188.85 0.77 0.69
Hex 73 DB ED 33 8 0 7 BD 4D 45
Octal 163 333 355 63 10 0 7 275 115 105
Binary 1110011 11011011 11101101 110011 1000 0 111 10111101 1001101 1000101

Color Harmonies of #73DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBED

Black with #73DBED

Text Example


Text Example

White with #73DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,219,237); }

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

background-color css

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

 a { background-color: rgb(115,219,237); }

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

border-color css

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

 span { border-color: rgb(115,219,237); }

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