#6BE2E1

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

Shades of Turquoise Blue #6BE2E1

Tints of Turquoise Blue #6BE2E1

Color information

#6BE2E1 (or 0x6BE2E1) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E2 and E1. RGB value is (107,226,225). Sum of RGB (Red+Green+Blue) = 107+226+225=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE2E1 is #941D1E. Grayscale: #BEBEBE. Windows color (decimal): -9706783 or 14803563. OLE color: 14803563.

HSL color Cylindrical-coordinate representation of color #6BE2E1: hue angle of 179.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE2E1 is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB107226225-
CMYK0.5300.000.11
HSL179.5º67.23%65.29%-
HSV(B)179.5º52.65%88.63%-
XYZ46.8562.9580.92-
YUV190.3147.5868.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.18%
GREEN value IS 226 (88.67% from 255) = 40.50%
BLUE value IS 225 (88.28% from 255) = 40.32%
R=19.18%
G=40.50%
B=40.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072262250.5300.000.11179.567.2365.29
Hex6BE2E13500Bb34341
Octal153342341650013263103101
Binary110101111100010111000011101010010111011001110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BE2E1; }

 p { color: rgb(107,226,225); }

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

<style>
 a { background-color: #6BE2E1; }

 a { background-color: rgb(107,226,225); }

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

<style>
 span { border-color: #6BE2E1; }

 span { border-color: rgb(107,226,225); }

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