#7BDBEA

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

Shades of Turquoise Blue #7BDBEA

Tints of Turquoise Blue #7BDBEA

Color information

#7BDBEA (or 0x7BDBEA) is unknown color: approx Turquoise Blue. HEX triplet: 7B, DB and EA. RGB value is (123,219,234). Sum of RGB (Red+Green+Blue) = 123+219+234=576 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.35% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #7BDBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BDBEA is #842415. Grayscale: #BFBFBF. Windows color (decimal): -8659990 or 15391611. OLE color: 15391611.

HSL color Cylindrical-coordinate representation of color #7BDBEA: hue angle of 188.11º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDBEA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123219234-
CMYK0.470.0600.08
HSL188.11º72.55%70%-
HSV(B)188.11º47.44%91.76%-
XYZ48.3560.8187.03-
YUV192.01151.778.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.35%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=21.35%
G=38.02%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232192340.470.0600.08188.1172.5570
Hex7BDBEA2F608bc4946
Octal173333352576010274111106
Binary11110111101101111101010101111110010001011110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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