Html Css Color HEX #73DBEE Turquoise Blue

📋 copy color: '#73DBEE'

red 115 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #73DBEE

Tints of Turquoise Blue #73DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 20.1%
G = 38.29%
B = 41.61%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73DBEE (or 0x73DBEE) is known color: Turquoise Blue. HEX triplet: 73, DB and EE. RGB value is (115,219,238). Sum of RGB (Red+Green+Blue) = 115+219+238=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #73DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DBEE is #8C2411. Grayscale: #BDBDBD. Windows color (decimal): -9184274 or 15653747. OLE color: 15653747.

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

Color convert

RGB 115 219 238 -
CMYK 0.52 0.08 0 0.07
HSL 189.27º 0.78% 0.69% -
HSV(B) 189.27º 0.52% 0.93% -
XYZ 47.83 60.48 90.04 -
YUV 190.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 115 219 238 0.52 0.08 0 0.07 189.27 0.78 0.69
Hex 73 DB EE 34 8 0 7 BD 4E 45
Octal 163 333 356 64 10 0 7 275 116 105
Binary 1110011 11011011 11101110 110100 1000 0 111 10111101 1001110 1000101

Color Harmonies of #73DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBEE

Black with #73DBEE

Text Example


Text Example

White with #73DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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