#7BE2F2

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

Shades of Turquoise Blue #7BE2F2

Tints of Turquoise Blue #7BE2F2

Color information

#7BE2F2 (or 0x7BE2F2) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E2 and F2. RGB value is (123,226,242). Sum of RGB (Red+Green+Blue) = 123+226+242=591 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.81% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BE2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BE2F2 is #841D0D. Grayscale: #C4C4C4. Windows color (decimal): -8658190 or 15917691. OLE color: 15917691.

HSL color Cylindrical-coordinate representation of color #7BE2F2: hue angle of 188.07º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BE2F2 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123226242-
CMYK0.490.0700.05
HSL188.07º82.07%71.57%-
HSV(B)188.07º49.17%94.9%-
XYZ51.3965.0193.84-
YUV197.03153.3875.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.81%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=20.81%
G=38.24%
B=40.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232262420.490.0700.05188.0782.0771.57
Hex7BE2F231705bc5248
Octal17334236261705274122110
Binary1111011111000101111001011000111101011011110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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