#7BD9EF

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

Shades of Turquoise Blue #7BD9EF

Tints of Turquoise Blue #7BD9EF

Color information

#7BD9EF (or 0x7BD9EF) is unknown color: approx Turquoise Blue. HEX triplet: 7B, D9 and EF. RGB value is (123,217,239). Sum of RGB (Red+Green+Blue) = 123+217+239=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #7BD9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD9EF is #842610. Grayscale: #BFBFBF. Windows color (decimal): -8660497 or 15718779. OLE color: 15718779.

HSL color Cylindrical-coordinate representation of color #7BD9EF: hue angle of 191.38º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BD9EF is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123217239-
CMYK0.490.0900.06
HSL191.38º78.38%70.98%-
HSV(B)191.38º48.54%93.73%-
XYZ48.5660.0790.7-
YUV191.4154.8679.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.24%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=21.24%
G=37.48%
B=41.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1232172390.490.0900.06191.3878.3870.98
Hex7BD9EF31906bf4e47
Octal173331357611106277116107
Binary11110111101100111101111110001100101101011111110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,217,239); }

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

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

 a { background-color: rgb(123,217,239); }

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

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

 span { border-color: rgb(123,217,239); }

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