Html Css Color HEX #73EAEC Turquoise Blue

📋 copy color: '#73EAEC'

red 115 ◦ green 234 ◦ blue 236

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

Shades of Turquoise Blue #73EAEC

Tints of Turquoise Blue #73EAEC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 19.66%
G = 40%
B = 40.34%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73EAEC (or 0x73EAEC) is known color: Turquoise Blue. HEX triplet: 73, EA and EC. RGB value is (115,234,236). Sum of RGB (Red+Green+Blue) = 115+234+236=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #73EAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EAEC is #8C1513. Grayscale: #C6C6C6. Windows color (decimal): -9180436 or 15526515. OLE color: 15526515.

HSL color Cylindrical-coordinate representation of color #73EAEC: hue angle of 180.99º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAEC is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 234 236 -
CMYK 0.51 0.01 0 0.07
HSL 180.99º 0.76% 0.69% -
HSV(B) 180.99º 0.51% 0.93% -
XYZ 51.63 68.55 89.87 -
YUV 198.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 115 234 236 0.51 0.01 0 0.07 180.99 0.76 0.69
Hex 73 EA EC 33 1 0 7 B5 4C 45
Octal 163 352 354 63 1 0 7 265 114 105
Binary 1110011 11101010 11101100 110011 1 0 111 10110101 1001100 1000101

Color Harmonies of #73EAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EAEC

Black with #73EAEC

Text Example


Text Example

White with #73EAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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