Html Css Color HEX #73DCE7 Turquoise Blue

📋 copy color: '#73DCE7'

red 115 ◦ green 220 ◦ blue 231

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

Shades of Turquoise Blue #73DCE7

Tints of Turquoise Blue #73DCE7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.87%

 BLUE value IS 231 (90.63% from 255) = 40.81%

R = 20.32%
G = 38.87%
B = 40.81%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#73DCE7 (or 0x73DCE7) is known color: Turquoise Blue. HEX triplet: 73, DC and E7. RGB value is (115,220,231). Sum of RGB (Red+Green+Blue) = 115+220+231=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #73DCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DCE7 is #8C2318. Grayscale: #BDBDBD. Windows color (decimal): -9184025 or 15195251. OLE color: 15195251.

HSL color Cylindrical-coordinate representation of color #73DCE7: hue angle of 185.69º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73DCE7 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 220 231 -
CMYK 0.50 0.05 0 0.09
HSL 185.69º 0.71% 0.68% -
HSV(B) 185.69º 0.5% 0.91% -
XYZ 47.09 60.6 84.82 -
YUV 189.86 151.21 74.61 -
System Red Green Blue C M Y K H S L
Decimal 115 220 231 0.50 0.05 0 0.09 185.69 0.71 0.68
Hex 73 DC E7 32 5 0 9 BA 47 44
Octal 163 334 347 62 5 0 11 272 107 104
Binary 1110011 11011100 11100111 110010 101 0 1001 10111010 1000111 1000100

Color Harmonies of #73DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DCE7

Black with #73DCE7

Text Example


Text Example

White with #73DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,220,231); }

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

background-color css

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

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

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

border-color css

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

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

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