Html Css Color HEX #73D2EA Turquoise Blue

📋 copy color: '#73D2EA'

red 115 ◦ green 210 ◦ blue 234

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

Shades of Turquoise Blue #73D2EA

Tints of Turquoise Blue #73D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

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

R = 20.57%
G = 37.57%
B = 41.86%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73D2EA (or 0x73D2EA) is known color: Turquoise Blue. HEX triplet: 73, D2 and EA. RGB value is (115,210,234). Sum of RGB (Red+Green+Blue) = 115+210+234=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #73D2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2EA is #8C2D15. Grayscale: #B8B8B8. Windows color (decimal): -9186582 or 15389299. OLE color: 15389299.

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

Color convert

RGB 115 210 234 -
CMYK 0.51 0.10 0 0.08
HSL 192.1º 0.74% 0.68% -
HSV(B) 192.1º 0.51% 0.92% -
XYZ 44.97 55.68 86.22 -
YUV 184.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 115 210 234 0.51 0.10 0 0.08 192.1 0.74 0.68
Hex 73 D2 EA 33 A 0 8 C0 4A 44
Octal 163 322 352 63 12 0 10 300 112 104
Binary 1110011 11010010 11101010 110011 1010 0 1000 11000000 1001010 1000100

Color Harmonies of #73D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D2EA

Black with #73D2EA

Text Example


Text Example

White with #73D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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