#7BE5E9

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

Shades of Turquoise Blue #7BE5E9

Tints of Turquoise Blue #7BE5E9

Color information

#7BE5E9 (or 0x7BE5E9) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E5 and E9. RGB value is (123,229,233). Sum of RGB (Red+Green+Blue) = 123+229+233=585 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.03% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #7BE5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE5E9 is #841A16. Grayscale: #C5C5C5. Windows color (decimal): -8657431 or 15328635. OLE color: 15328635.

HSL color Cylindrical-coordinate representation of color #7BE5E9: hue angle of 182.18º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE5E9 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB123229233-
CMYK0.470.0200.09
HSL182.18º71.43%69.8%-
HSV(B)182.18º47.21%91.37%-
XYZ50.966.1387.17-
YUV197.76147.8874.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.03%
GREEN value IS 229 (89.84% from 255) = 39.15%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=21.03%
G=39.15%
B=39.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232292330.470.0200.09182.1871.4369.8
Hex7BE5E92F209b64746
Octal173345351572011266107106
Binary1111011111001011110100110111110010011011011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,229,233); }

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

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

 a { background-color: rgb(123,229,233); }

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

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

 span { border-color: rgb(123,229,233); }

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