Html Css Color HEX #73EBEC Turquoise Blue

📋 copy color: '#73EBEC'

red 115 ◦ green 235 ◦ blue 236

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

Shades of Turquoise Blue #73EBEC

Tints of Turquoise Blue #73EBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.1%

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

R = 19.62%
G = 40.1%
B = 40.27%

CMYK

 C value IS 0.51

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73EBEC (or 0x73EBEC) is known color: Turquoise Blue. HEX triplet: 73, EB and EC. RGB value is (115,235,236). Sum of RGB (Red+Green+Blue) = 115+235+236=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #73EBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EBEC is #8C1413. Grayscale: #C7C7C7. Windows color (decimal): -9180180 or 15526771. OLE color: 15526771.

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

Color convert

RGB 115 235 236 -
CMYK 0.51 0.00 0 0.07
HSL 180.5º 0.76% 0.69% -
HSV(B) 180.5º 0.51% 0.93% -
XYZ 51.92 69.12 89.96 -
YUV 199.23 148.74 67.92 -
System Red Green Blue C M Y K H S L
Decimal 115 235 236 0.51 0.00 0 0.07 180.5 0.76 0.69
Hex 73 EB EC 33 0 0 7 B4 4C 45
Octal 163 353 354 63 0 0 7 264 114 105
Binary 1110011 11101011 11101100 110011 0 0 111 10110100 1001100 1000101

Color Harmonies of #73EBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBEC

Black with #73EBEC

Text Example


Text Example

White with #73EBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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