#73CFEC

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

Shades of Turquoise Blue #73CFEC

Tints of Turquoise Blue #73CFEC

Color information

#73CFEC (or 0x73CFEC) is unknown color: approx Turquoise Blue. HEX triplet: 73, CF and EC. RGB value is (115,207,236). Sum of RGB (Red+Green+Blue) = 115+207+236=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #73CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFEC is #8C3013. Grayscale: #B6B6B6. Windows color (decimal): -9187348 or 15519603. OLE color: 15519603.

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

Color convert

RGB115207236-
CMYK0.510.1200.07
HSL194.38º76.1%68.82%-
HSV(B)194.38º51.27%92.55%-
XYZ44.5254.3387.5-
YUV182.8158.0279.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.61%
GREEN value IS 207 (81.25% from 255) = 37.10%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=20.61%
G=37.10%
B=42.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152072360.510.1200.07194.3876.168.82
Hex73CFEC33C07c24c45
Octal163317354631407302114105
Binary11100111100111111101100110011110001111100001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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