#6BE1E4

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

Shades of Turquoise Blue #6BE1E4

Tints of Turquoise Blue #6BE1E4

Color information

#6BE1E4 (or 0x6BE1E4) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E1 and E4. RGB value is (107,225,228). Sum of RGB (Red+Green+Blue) = 107+225+228=560 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.11% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BE1E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE1E4 is #941E1B. Grayscale: #BDBDBD. Windows color (decimal): -9707036 or 14999915. OLE color: 14999915.

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

Color convert

RGB107225228-
CMYK0.530.0100.11
HSL181.49º69.14%65.69%-
HSV(B)181.49º53.07%89.41%-
XYZ46.9962.5883-
YUV190.06149.4168.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.11%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 228 (89.45% from 255) = 40.71%
R=19.11%
G=40.18%
B=40.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072252280.530.0100.11181.4969.1465.69
Hex6BE1E43510Bb54542
Octal153341344651013265105102
Binary110101111100001111001001101011010111011010110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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