Html Css Color HEX #73ECEF Turquoise Blue

📋 copy color: '#73ECEF'

red 115 ◦ green 236 ◦ blue 239

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

Shades of Turquoise Blue #73ECEF

Tints of Turquoise Blue #73ECEF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40%

 BLUE value IS 239 (93.75% from 255) = 40.51%

R = 19.49%
G = 40%
B = 40.51%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#73ECEF (or 0x73ECEF) is known color: Turquoise Blue. HEX triplet: 73, EC and EF. RGB value is (115,236,239). Sum of RGB (Red+Green+Blue) = 115+236+239=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #73ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECEF is #8C1310. Grayscale: #C8C8C8. Windows color (decimal): -9179921 or 15723635. OLE color: 15723635.

HSL color Cylindrical-coordinate representation of color #73ECEF: hue angle of 181.45º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73ECEF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 236 239 -
CMYK 0.52 0.01 0 0.06
HSL 181.45º 0.79% 0.69% -
HSV(B) 181.45º 0.52% 0.94% -
XYZ 52.65 69.87 92.37 -
YUV 200.16 149.91 67.26 -
System Red Green Blue C M Y K H S L
Decimal 115 236 239 0.52 0.01 0 0.06 181.45 0.79 0.69
Hex 73 EC EF 34 1 0 6 B5 4F 45
Octal 163 354 357 64 1 0 6 265 117 105
Binary 1110011 11101100 11101111 110100 1 0 110 10110101 1001111 1000101

Color Harmonies of #73ECEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ECEF

Black with #73ECEF

Text Example


Text Example

White with #73ECEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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