#7BE4ED

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

Shades of Turquoise Blue #7BE4ED

Tints of Turquoise Blue #7BE4ED

Color information

#7BE4ED (or 0x7BE4ED) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E4 and ED. RGB value is (123,228,237). Sum of RGB (Red+Green+Blue) = 123+228+237=588 (77% of max value = 765). Red value is 123 (48.44% from 255 or 20.92% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #7BE4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE4ED is #841B12. Grayscale: #C5C5C5. Windows color (decimal): -8657683 or 15590523. OLE color: 15590523.

HSL color Cylindrical-coordinate representation of color #7BE4ED: hue angle of 184.74º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BE4ED is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123228237-
CMYK0.480.0400.07
HSL184.74º76%70.59%-
HSV(B)184.74º48.1%92.94%-
XYZ51.265.8190.13-
YUV197.63150.2174.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.92%
GREEN value IS 228 (89.45% from 255) = 38.78%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=20.92%
G=38.78%
B=40.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232282370.480.0400.07184.747670.59
Hex7BE4ED30407b94c47
Octal17334435560407271114107
Binary1111011111001001110110111000010001111011100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,228,237); }

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

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

 a { background-color: rgb(123,228,237); }

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

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

 span { border-color: rgb(123,228,237); }

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