Html Css Color HEX #73DADE Turquoise Blue

📋 copy color: '#73DADE'

red 115 ◦ green 218 ◦ blue 222

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

Shades of Turquoise Blue #73DADE

Tints of Turquoise Blue #73DADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.28%

 BLUE value IS 222 (87.11% from 255) = 40%

R = 20.72%
G = 39.28%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#73DADE (or 0x73DADE) is known color: Turquoise Blue. HEX triplet: 73, DA and DE. RGB value is (115,218,222). Sum of RGB (Red+Green+Blue) = 115+218+222=555 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.72% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #73DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DADE is #8C2521. Grayscale: #BBBBBB. Windows color (decimal): -9184546 or 14604915. OLE color: 14604915.

HSL color Cylindrical-coordinate representation of color #73DADE: hue angle of 182.24º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DADE is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 218 222 -
CMYK 0.48 0.02 0 0.13
HSL 182.24º 0.62% 0.66% -
HSV(B) 182.24º 0.48% 0.87% -
XYZ 45.33 59.06 78.12 -
YUV 187.66 147.38 76.17 -
System Red Green Blue C M Y K H S L
Decimal 115 218 222 0.48 0.02 0 0.13 182.24 0.62 0.66
Hex 73 DA DE 30 2 0 D B6 3E 42
Octal 163 332 336 60 2 0 15 266 76 102
Binary 1110011 11011010 11011110 110000 10 0 1101 10110110 111110 1000010

Color Harmonies of #73DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DADE

Black with #73DADE

Text Example


Text Example

White with #73DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,218,222); }

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

background-color css

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

 a { background-color: rgb(115,218,222); }

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

border-color css

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

 span { border-color: rgb(115,218,222); }

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