#73EBF1

Color #73EBF1 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #73EBF1

Tints of Turquoise Blue #73EBF1

Color information

#73EBF1 (or 0x73EBF1) is unknown color: approx Turquoise Blue. HEX triplet: 73, EB and F1. RGB value is (115,235,241). Sum of RGB (Red+Green+Blue) = 115+235+241=591 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.46% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #73EBF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73EBF1 is #8C140E. Grayscale: #C7C7C7. Windows color (decimal): -9180175 or 15854451. OLE color: 15854451.

HSL color Cylindrical-coordinate representation of color #73EBF1: hue angle of 182.86º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EBF1 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB115235241-
CMYK0.520.0200.05
HSL182.86º81.82%69.8%-
HSV(B)182.86º52.28%94.51%-
XYZ52.6669.4193.84-
YUV199.8151.2467.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.46%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=19.46%
G=39.76%
B=40.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152352410.520.0200.05182.8681.8269.8
Hex73EBF134205b75246
Octal16335336164205267122106
Binary111001111101011111100011101001001011011011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,235,241); }

 H1.HeaderClassName
 {
   color: #73EBF1;
 }
 .AnyTagClassName
 {
   color: #73EBF1;
 }
</style>
background-color css

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

 a { background-color: rgb(115,235,241); }

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

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

 span { border-color: rgb(115,235,241); }

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