#7BE2DA

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

Shades of Turquoise Blue #7BE2DA

Tints of Turquoise Blue #7BE2DA

Color information

#7BE2DA (or 0x7BE2DA) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E2 and DA. RGB value is (123,226,218). Sum of RGB (Red+Green+Blue) = 123+226+218=567 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.69% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #7BE2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE2DA is #841D25. Grayscale: #C2C2C2. Windows color (decimal): -8658214 or 14344827. OLE color: 14344827.

HSL color Cylindrical-coordinate representation of color #7BE2DA: hue angle of 175.34º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE2DA is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB123226218-
CMYK0.4600.040.11
HSL175.34º63.98%68.43%-
HSV(B)175.34º45.58%88.63%-
XYZ48.0263.6776.09-
YUV194.29141.3877.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.69%
GREEN value IS 226 (88.67% from 255) = 39.86%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=21.69%
G=39.86%
B=38.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232262180.4600.040.11175.3463.9868.43
Hex7BE2DA2E04Baf4044
Octal173342332560413257100104
Binary11110111110001011011010101110010010111010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,226,218); }

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

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

 a { background-color: rgb(123,226,218); }

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

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

 span { border-color: rgb(123,226,218); }

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