#7BDCF3

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

Shades of Turquoise Blue #7BDCF3

Tints of Turquoise Blue #7BDCF3

Color information

#7BDCF3 (or 0x7BDCF3) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DC and F3. RGB value is (123,220,243). Sum of RGB (Red+Green+Blue) = 123+220+243=586 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.99% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #7BDCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDCF3 is #84230C. Grayscale: #C1C1C1. Windows color (decimal): -8659725 or 15981691. OLE color: 15981691.

HSL color Cylindrical-coordinate representation of color #7BDCF3: hue angle of 191.5º 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 #7BDCF3 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123220243-
CMYK0.490.0900.05
HSL191.5º83.33%71.76%-
HSV(B)191.5º49.38%95.29%-
XYZ49.9461.8794.1-
YUV193.62155.8677.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.99%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 243 (95.31% from 255) = 41.47%
R=20.99%
G=37.54%
B=41.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232202430.490.0900.05191.583.3371.76
Hex7BDCF331905c05348
Octal173334363611105300123110
Binary11110111101110011110011110001100101011100000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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