Html Css Color HEX #73E7F6 Turquoise Blue

📋 copy color: '#73E7F6'

red 115 ◦ green 231 ◦ blue 246

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

Shades of Turquoise Blue #73E7F6

Tints of Turquoise Blue #73E7F6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.02%

 BLUE value IS 246 (96.48% from 255) = 41.55%

R = 19.43%
G = 39.02%
B = 41.55%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#73E7F6 (or 0x73E7F6) is known color: Turquoise Blue. HEX triplet: 73, E7 and F6. RGB value is (115,231,246). Sum of RGB (Red+Green+Blue) = 115+231+246=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #73E7F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73E7F6 is #8C1809. Grayscale: #C5C5C5. Windows color (decimal): -9181194 or 16181107. OLE color: 16181107.

HSL color Cylindrical-coordinate representation of color #73E7F6: hue angle of 186.87º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73E7F6 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 231 246 -
CMYK 0.53 0.06 0 0.04
HSL 186.87º 0.88% 0.71% -
HSV(B) 186.87º 0.53% 0.96% -
XYZ 52.28 67.45 97.45 -
YUV 198.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 115 231 246 0.53 0.06 0 0.04 186.87 0.88 0.71
Hex 73 E7 F6 35 6 0 4 BB 58 47
Octal 163 347 366 65 6 0 4 273 130 107
Binary 1110011 11100111 11110110 110101 110 0 100 10111011 1011000 1000111

Color Harmonies of #73E7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E7F6

Black with #73E7F6

Text Example


Text Example

White with #73E7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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