Html Css Color HEX #73EDED Turquoise Blue

📋 copy color: '#73EDED'

red 115 ◦ green 237 ◦ blue 237

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

Shades of Turquoise Blue #73EDED

Tints of Turquoise Blue #73EDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 19.52%
G = 40.24%
B = 40.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73EDED (or 0x73EDED) is known color: Turquoise Blue. HEX triplet: 73, ED and ED. RGB value is (115,237,237). Sum of RGB (Red+Green+Blue) = 115+237+237=589 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.52% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #73EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EDED is #8C1212. Grayscale: #C8C8C8. Windows color (decimal): -9179667 or 15592819. OLE color: 15592819.

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

Color convert

RGB 115 237 237 -
CMYK 0.51 0 0 0.07
HSL 180º 0.77% 0.69% -
HSV(B) 180º 0.51% 0.93% -
XYZ 52.64 70.33 90.92 -
YUV 200.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 115 237 237 0.51 0 0 0.07 180 0.77 0.69
Hex 73 ED ED 33 0 0 7 B4 4D 45
Octal 163 355 355 63 0 0 7 264 115 105
Binary 1110011 11101101 11101101 110011 0 0 111 10110100 1001101 1000101

Color Harmonies of #73EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EDED

Black with #73EDED

Text Example


Text Example

White with #73EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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