Html Css Color HEX #73DADA Turquoise Blue

📋 copy color: '#73DADA'

red 115 ◦ green 218 ◦ blue 218

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

Shades of Turquoise Blue #73DADA

Tints of Turquoise Blue #73DADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 20.87%
G = 39.56%
B = 39.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#73DADA (or 0x73DADA) is known color: Turquoise Blue. HEX triplet: 73, DA and DA. RGB value is (115,218,218). Sum of RGB (Red+Green+Blue) = 115+218+218=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #73DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DADA is #8C2525. Grayscale: #BBBBBB. Windows color (decimal): -9184550 or 14342771. OLE color: 14342771.

HSL color Cylindrical-coordinate representation of color #73DADA: hue angle of 180º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DADA is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 218 218 -
CMYK 0.47 0 0 0.15
HSL 180º 0.58% 0.65% -
HSV(B) 180º 0.47% 0.85% -
XYZ 44.8 58.85 75.33 -
YUV 187.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 115 218 218 0.47 0 0 0.15 180 0.58 0.65
Hex 73 DA DA 2F 0 0 F B4 3A 41
Octal 163 332 332 57 0 0 17 264 72 101
Binary 1110011 11011010 11011010 101111 0 0 1111 10110100 111010 1000001

Color Harmonies of #73DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DADA

Black with #73DADA

Text Example


Text Example

White with #73DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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