Html Css Color HEX #73EBDF Turquoise Blue

📋 copy color: '#73EBDF'

red 115 ◦ green 235 ◦ blue 223

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

Shades of Turquoise Blue #73EBDF

Tints of Turquoise Blue #73EBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 20.07%
G = 41.01%
B = 38.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#73EBDF (or 0x73EBDF) is known color: Turquoise Blue. HEX triplet: 73, EB and DF. RGB value is (115,235,223). Sum of RGB (Red+Green+Blue) = 115+235+223=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBDF is #8C1420. Grayscale: #C5C5C5. Windows color (decimal): -9180193 or 14674803. OLE color: 14674803.

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

Color convert

RGB 115 235 223 -
CMYK 0.51 0 0.05 0.08
HSL 174º 0.75% 0.69% -
HSV(B) 174º 0.51% 0.92% -
XYZ 50.1 68.39 80.37 -
YUV 197.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 115 235 223 0.51 0 0.05 0.08 174 0.75 0.69
Hex 73 EB DF 33 0 5 8 AE 4B 45
Octal 163 353 337 63 0 5 10 256 113 105
Binary 1110011 11101011 11011111 110011 0 101 1000 10101110 1001011 1000101

Color Harmonies of #73EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBDF

Black with #73EBDF

Text Example


Text Example

White with #73EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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