#7BE8EB

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

Shades of Turquoise Blue #7BE8EB

Tints of Turquoise Blue #7BE8EB

Color information

#7BE8EB (or 0x7BE8EB) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E8 and EB. RGB value is (123,232,235). Sum of RGB (Red+Green+Blue) = 123+232+235=590 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.85% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BE8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE8EB is #841714. Grayscale: #C7C7C7. Windows color (decimal): -8656661 or 15460475. OLE color: 15460475.

HSL color Cylindrical-coordinate representation of color #7BE8EB: hue angle of 181.61º 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 #7BE8EB is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123232235-
CMYK0.480.0100.08
HSL181.61º73.68%70.2%-
HSV(B)181.61º47.66%92.16%-
XYZ52.0267.9288.97-
YUV199.75147.8973.26-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.85%
GREEN value IS 232 (91.02% from 255) = 39.32%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=20.85%
G=39.32%
B=39.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232322350.480.0100.08181.6173.6870.2
Hex7BE8EB30108b64a46
Octal173350353601010266112106
Binary111101111101000111010111100001010001011011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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