Html Css Color HEX #73D0EA Turquoise Blue

📋 copy color: '#73D0EA'

red 115 ◦ green 208 ◦ blue 234

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

Shades of Turquoise Blue #73D0EA

Tints of Turquoise Blue #73D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.34%

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

R = 20.65%
G = 37.34%
B = 42.01%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73D0EA (or 0x73D0EA) is known color: Turquoise Blue. HEX triplet: 73, D0 and EA. RGB value is (115,208,234). Sum of RGB (Red+Green+Blue) = 115+208+234=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #73D0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D0EA is #8C2F15. Grayscale: #B6B6B6. Windows color (decimal): -9187094 or 15388787. OLE color: 15388787.

HSL color Cylindrical-coordinate representation of color #73D0EA: hue angle of 193.11º 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 #73D0EA is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 208 234 -
CMYK 0.51 0.11 0 0.08
HSL 193.11º 0.74% 0.68% -
HSV(B) 193.11º 0.51% 0.92% -
XYZ 44.48 54.7 86.06 -
YUV 183.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 115 208 234 0.51 0.11 0 0.08 193.11 0.74 0.68
Hex 73 D0 EA 33 B 0 8 C1 4A 44
Octal 163 320 352 63 13 0 10 301 112 104
Binary 1110011 11010000 11101010 110011 1011 0 1000 11000001 1001010 1000100

Color Harmonies of #73D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D0EA

Black with #73D0EA

Text Example


Text Example

White with #73D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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