#7BE8E3

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

Shades of Turquoise Blue #7BE8E3

Tints of Turquoise Blue #7BE8E3

Color information

#7BE8E3 (or 0x7BE8E3) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E8 and E3. RGB value is (123,232,227). Sum of RGB (Red+Green+Blue) = 123+232+227=582 (77% of max value = 765). Red value is 123 (48.44% from 255 or 21.13% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #7BE8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE8E3 is #84171C. Grayscale: #C6C6C6. Windows color (decimal): -8656669 or 14936187. OLE color: 14936187.

HSL color Cylindrical-coordinate representation of color #7BE8E3: hue angle of 177.25º degrees, saturation: 0.7, 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 #7BE8E3 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB123232227-
CMYK0.4700.020.09
HSL177.25º70.32%69.61%-
HSV(B)177.25º46.98%90.98%-
XYZ50.8967.4783.01-
YUV198.84143.8973.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.13%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 227 (89.06% from 255) = 39.00%
R=21.13%
G=39.86%
B=39.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232322270.4700.020.09177.2570.3269.61
Hex7BE8E32F029b14646
Octal173350343570211261106106
Binary1111011111010001110001110111101010011011000110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,232,227); }

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

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

 a { background-color: rgb(123,232,227); }

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

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

 span { border-color: rgb(123,232,227); }

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