Html Css Color HEX #73ECEE Turquoise Blue

📋 copy color: '#73ECEE'

red 115 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #73ECEE

Tints of Turquoise Blue #73ECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 19.52%
G = 40.07%
B = 40.41%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#73ECEE (or 0x73ECEE) is known color: Turquoise Blue. HEX triplet: 73, EC and EE. RGB value is (115,236,238). Sum of RGB (Red+Green+Blue) = 115+236+238=589 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.52% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #73ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73ECEE is #8C1311. Grayscale: #C7C7C7. Windows color (decimal): -9179922 or 15658099. OLE color: 15658099.

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

Color convert

RGB 115 236 238 -
CMYK 0.52 0.01 0 0.07
HSL 180.98º 0.78% 0.69% -
HSV(B) 180.98º 0.52% 0.93% -
XYZ 52.5 69.81 91.6 -
YUV 200.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 115 236 238 0.52 0.01 0 0.07 180.98 0.78 0.69
Hex 73 EC EE 34 1 0 7 B5 4E 45
Octal 163 354 356 64 1 0 7 265 116 105
Binary 1110011 11101100 11101110 110100 1 0 111 10110101 1001110 1000101

Color Harmonies of #73ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ECEE

Black with #73ECEE

Text Example


Text Example

White with #73ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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