Html Css Color HEX #73DBEB Turquoise Blue

📋 copy color: '#73DBEB'

red 115 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #73DBEB

Tints of Turquoise Blue #73DBEB

RGB

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

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

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

R = 20.21%
G = 38.49%
B = 41.3%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73DBEB (or 0x73DBEB) is known color: Turquoise Blue. HEX triplet: 73, DB and EB. RGB value is (115,219,235). Sum of RGB (Red+Green+Blue) = 115+219+235=569 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.21% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #73DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBEB is #8C2414. Grayscale: #BDBDBD. Windows color (decimal): -9184277 or 15457139. OLE color: 15457139.

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

Color convert

RGB 115 219 235 -
CMYK 0.51 0.07 0 0.08
HSL 188º 0.75% 0.69% -
HSV(B) 188º 0.51% 0.92% -
XYZ 47.4 60.31 87.74 -
YUV 189.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 115 219 235 0.51 0.07 0 0.08 188 0.75 0.69
Hex 73 DB EB 33 7 0 8 BC 4B 45
Octal 163 333 353 63 7 0 10 274 113 105
Binary 1110011 11011011 11101011 110011 111 0 1000 10111100 1001011 1000101

Color Harmonies of #73DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBEB

Black with #73DBEB

Text Example


Text Example

White with #73DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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