Html Css Color HEX #73DADF Turquoise Blue

📋 copy color: '#73DADF'

red 115 ◦ green 218 ◦ blue 223

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

Shades of Turquoise Blue #73DADF

Tints of Turquoise Blue #73DADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 20.68%
G = 39.21%
B = 40.11%

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

#73DADF (or 0x73DADF) is known color: Turquoise Blue. HEX triplet: 73, DA and DF. RGB value is (115,218,223). Sum of RGB (Red+Green+Blue) = 115+218+223=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #73DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DADF is #8C2520. Grayscale: #BBBBBB. Windows color (decimal): -9184545 or 14670451. OLE color: 14670451.

HSL color Cylindrical-coordinate representation of color #73DADF: hue angle of 182.78º degrees, saturation: 0.63, 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 #73DADF is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 218 223 -
CMYK 0.48 0.02 0 0.13
HSL 182.78º 0.63% 0.66% -
HSV(B) 182.78º 0.48% 0.87% -
XYZ 45.46 59.12 78.83 -
YUV 187.77 147.88 76.09 -
System Red Green Blue C M Y K H S L
Decimal 115 218 223 0.48 0.02 0 0.13 182.78 0.63 0.66
Hex 73 DA DF 30 2 0 D B7 3F 42
Octal 163 332 337 60 2 0 15 267 77 102
Binary 1110011 11011010 11011111 110000 10 0 1101 10110111 111111 1000010

Color Harmonies of #73DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DADF

Black with #73DADF

Text Example


Text Example

White with #73DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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