Html Css Color HEX #73DDEA Turquoise Blue

📋 copy color: '#73DDEA'

red 115 ◦ green 221 ◦ blue 234

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

Shades of Turquoise Blue #73DDEA

Tints of Turquoise Blue #73DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 20.18%
G = 38.77%
B = 41.05%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73DDEA (or 0x73DDEA) is known color: Turquoise Blue. HEX triplet: 73, DD and EA. RGB value is (115,221,234). Sum of RGB (Red+Green+Blue) = 115+221+234=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #73DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DDEA is #8C2215. Grayscale: #BEBEBE. Windows color (decimal): -9183766 or 15392115. OLE color: 15392115.

HSL color Cylindrical-coordinate representation of color #73DDEA: hue angle of 186.55º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73DDEA is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 221 234 -
CMYK 0.51 0.06 0 0.08
HSL 186.55º 0.74% 0.68% -
HSV(B) 186.55º 0.51% 0.92% -
XYZ 47.78 61.3 87.16 -
YUV 190.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 115 221 234 0.51 0.06 0 0.08 186.55 0.74 0.68
Hex 73 DD EA 33 6 0 8 BB 4A 44
Octal 163 335 352 63 6 0 10 273 112 104
Binary 1110011 11011101 11101010 110011 110 0 1000 10111011 1001010 1000100

Color Harmonies of #73DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DDEA

Black with #73DDEA

Text Example


Text Example

White with #73DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,221,234); }

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

background-color css

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

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

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

border-color css

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

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

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