Html Css Color HEX #73EEE7 Turquoise Blue

📋 copy color: '#73EEE7'

red 115 ◦ green 238 ◦ blue 231

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

Shades of Turquoise Blue #73EEE7

Tints of Turquoise Blue #73EEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.55%

R = 19.69%
G = 40.75%
B = 39.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#73EEE7 (or 0x73EEE7) is known color: Turquoise Blue. HEX triplet: 73, EE and E7. RGB value is (115,238,231). Sum of RGB (Red+Green+Blue) = 115+238+231=584 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.69% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EEE7 is #8C1118. Grayscale: #C8C8C8. Windows color (decimal): -9179417 or 15199859. OLE color: 15199859.

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

Color convert

RGB 115 238 231 -
CMYK 0.52 0 0.03 0.07
HSL 176.59º 0.78% 0.69% -
HSV(B) 176.59º 0.52% 0.93% -
XYZ 52.07 70.56 86.48 -
YUV 200.43 145.25 67.07 -
System Red Green Blue C M Y K H S L
Decimal 115 238 231 0.52 0 0.03 0.07 176.59 0.78 0.69
Hex 73 EE E7 34 0 3 7 B1 4E 45
Octal 163 356 347 64 0 3 7 261 116 105
Binary 1110011 11101110 11100111 110100 0 11 111 10110001 1001110 1000101

Color Harmonies of #73EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EEE7

Black with #73EEE7

Text Example


Text Example

White with #73EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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