Html Css Color HEX #73EBE3 Turquoise Blue

📋 copy color: '#73EBE3'

red 115 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #73EBE3

Tints of Turquoise Blue #73EBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.34%

R = 19.93%
G = 40.73%
B = 39.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#73EBE3 (or 0x73EBE3) is known color: Turquoise Blue. HEX triplet: 73, EB and E3. RGB value is (115,235,227). Sum of RGB (Red+Green+Blue) = 115+235+227=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBE3 is #8C141C. Grayscale: #C6C6C6. Windows color (decimal): -9180189 or 14936947. OLE color: 14936947.

HSL color Cylindrical-coordinate representation of color #73EBE3: hue angle of 176º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBE3 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 235 227 -
CMYK 0.51 0 0.03 0.08
HSL 176º 0.75% 0.69% -
HSV(B) 176º 0.51% 0.92% -
XYZ 50.64 68.61 83.25 -
YUV 198.21 144.24 68.65 -
System Red Green Blue C M Y K H S L
Decimal 115 235 227 0.51 0 0.03 0.08 176 0.75 0.69
Hex 73 EB E3 33 0 3 8 B0 4B 45
Octal 163 353 343 63 0 3 10 260 113 105
Binary 1110011 11101011 11100011 110011 0 11 1000 10110000 1001011 1000101

Color Harmonies of #73EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBE3

Black with #73EBE3

Text Example


Text Example

White with #73EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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