#7BE6F2

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

Shades of Turquoise Blue #7BE6F2

Tints of Turquoise Blue #7BE6F2

Color information

#7BE6F2 (or 0x7BE6F2) is unknown color: approx Turquoise Blue. HEX triplet: 7B, E6 and F2. RGB value is (123,230,242). Sum of RGB (Red+Green+Blue) = 123+230+242=595 (78% of max value = 765). Red value is 123 (48.44% from 255 or 20.67% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BE6F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7BE6F2 is #84190D. Grayscale: #C7C7C7. Windows color (decimal): -8657166 or 15918715. OLE color: 15918715.

HSL color Cylindrical-coordinate representation of color #7BE6F2: hue angle of 186.05º 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 #7BE6F2 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB123230242-
CMYK0.490.0500.05
HSL186.05º82.07%71.57%-
HSV(B)186.05º49.17%94.9%-
XYZ52.4967.2294.21-
YUV199.37152.0573.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 20.67%
GREEN value IS 230 (90.23% from 255) = 38.66%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=20.67%
G=38.66%
B=40.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232302420.490.0500.05186.0582.0771.57
Hex7BE6F231505ba5248
Octal17334636261505272122110
Binary1111011111001101111001011000110101011011101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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