#7BDBF3

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

Shades of Turquoise Blue #7BDBF3

Tints of Turquoise Blue #7BDBF3

Color information

#7BDBF3 (or 0x7BDBF3) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DB and F3. RGB value is (123,219,243). Sum of RGB (Red+Green+Blue) = 123+219+243=585 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.03% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #7BDBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBF3 is #84240C. Grayscale: #C0C0C0. Windows color (decimal): -8659981 or 15981435. OLE color: 15981435.

HSL color Cylindrical-coordinate representation of color #7BDBF3: hue angle of 192º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BDBF3 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123219243-
CMYK0.490.1000.05
HSL192º83.33%71.76%-
HSV(B)192º49.38%95.29%-
XYZ49.6861.3594.02-
YUV193.03156.278.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.03%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=21.03%
G=37.44%
B=41.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232192430.490.1000.0519283.3371.76
Hex7BDBF331A05c05348
Octal173333363611205300123110
Binary11110111101101111110011110001101001011100000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BDBF3; }

 p { color: rgb(123,219,243); }

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

<style>
 a { background-color: #7BDBF3; }

 a { background-color: rgb(123,219,243); }

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

<style>
 span { border-color: #7BDBF3; }

 span { border-color: rgb(123,219,243); }

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