Html Css Color HEX #73EDDF Turquoise Blue

📋 copy color: '#73EDDF'

red 115 ◦ green 237 ◦ blue 223

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

Shades of Turquoise Blue #73EDDF

Tints of Turquoise Blue #73EDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

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

R = 20%
G = 41.22%
B = 38.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#73EDDF (or 0x73EDDF) is known color: Turquoise Blue. HEX triplet: 73, ED and DF. RGB value is (115,237,223). Sum of RGB (Red+Green+Blue) = 115+237+223=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #73EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EDDF is #8C1220. Grayscale: #C6C6C6. Windows color (decimal): -9179681 or 14675315. OLE color: 14675315.

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

Color convert

RGB 115 237 223 -
CMYK 0.51 0 0.06 0.07
HSL 173.11º 0.77% 0.69% -
HSV(B) 173.11º 0.51% 0.93% -
XYZ 50.67 69.54 80.56 -
YUV 198.93 141.58 68.14 -
System Red Green Blue C M Y K H S L
Decimal 115 237 223 0.51 0 0.06 0.07 173.11 0.77 0.69
Hex 73 ED DF 33 0 6 7 AD 4D 45
Octal 163 355 337 63 0 6 7 255 115 105
Binary 1110011 11101101 11011111 110011 0 110 111 10101101 1001101 1000101

Color Harmonies of #73EDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EDDF

Black with #73EDDF

Text Example


Text Example

White with #73EDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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