#7BD7EB

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

Shades of Turquoise Blue #7BD7EB

Tints of Turquoise Blue #7BD7EB

Color information

#7BD7EB (or 0x7BD7EB) is unknown color: approx Turquoise Blue. HEX triplet: 7B, D7 and EB. RGB value is (123,215,235). Sum of RGB (Red+Green+Blue) = 123+215+235=573 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.47% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BD7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BD7EB is #842814. Grayscale: #BDBDBD. Windows color (decimal): -8661013 or 15456123. OLE color: 15456123.

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

Color convert

RGB123215235-
CMYK0.480.0900.08
HSL190.71º73.68%70.2%-
HSV(B)190.71º47.66%92.16%-
XYZ47.4658.8187.45-
YUV189.77153.5280.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.47%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=21.47%
G=37.52%
B=41.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232152350.480.0900.08190.7173.6870.2
Hex7BD7EB30908bf4a46
Octal1733273536011010277112106
Binary111101111010111111010111100001001010001011111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,215,235); }

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

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

 a { background-color: rgb(123,215,235); }

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

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

 span { border-color: rgb(123,215,235); }

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