#73DFFA

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

Shades of Turquoise Blue #73DFFA

Tints of Turquoise Blue #73DFFA

Color information

#73DFFA (or 0x73DFFA) is unknown color: approx Turquoise Blue. HEX triplet: 73, DF and FA. RGB value is (115,223,250). Sum of RGB (Red+Green+Blue) = 115+223+250=588 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.56% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #73DFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73DFFA is #8C2005. Grayscale: #C1C1C1. Windows color (decimal): -9183238 or 16441203. OLE color: 16441203.

HSL color Cylindrical-coordinate representation of color #73DFFA: hue angle of 192º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73DFFA is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115223250-
CMYK0.540.1100.02
HSL192º93.1%71.57%-
HSV(B)192º54%98.04%-
XYZ50.7163.3299.99-
YUV193.79159.7271.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.56%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 250 (98.05% from 255) = 42.52%
R=19.56%
G=37.93%
B=42.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152232500.540.1100.0219293.171.57
Hex73DFFA36B02c05d48
Octal163337372661302300135110
Binary1110011110111111111101011011010110101100000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,223,250); }

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

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

 a { background-color: rgb(115,223,250); }

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

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

 span { border-color: rgb(115,223,250); }

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