Html Css Color HEX #73EEE2 Turquoise Blue

📋 copy color: '#73EEE2'

red 115 ◦ green 238 ◦ blue 226

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

Shades of Turquoise Blue #73EEE2

Tints of Turquoise Blue #73EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.11%

 BLUE value IS 226 (88.67% from 255) = 39.03%

R = 19.86%
G = 41.11%
B = 39.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#73EEE2 (or 0x73EEE2) is known color: Turquoise Blue. HEX triplet: 73, EE and E2. RGB value is (115,238,226). Sum of RGB (Red+Green+Blue) = 115+238+226=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEE2 is #8C111D. Grayscale: #C7C7C7. Windows color (decimal): -9179422 or 14872179. OLE color: 14872179.

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

Color convert

RGB 115 238 226 -
CMYK 0.52 0 0.05 0.07
HSL 174.15º 0.78% 0.69% -
HSV(B) 174.15º 0.52% 0.93% -
XYZ 51.37 70.28 82.81 -
YUV 199.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 115 238 226 0.52 0 0.05 0.07 174.15 0.78 0.69
Hex 73 EE E2 34 0 5 7 AE 4E 45
Octal 163 356 342 64 0 5 7 256 116 105
Binary 1110011 11101110 11100010 110100 0 101 111 10101110 1001110 1000101

Color Harmonies of #73EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EEE2

Black with #73EEE2

Text Example


Text Example

White with #73EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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