#6BE4E1

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

Shades of Turquoise Blue #6BE4E1

Tints of Turquoise Blue #6BE4E1

Color information

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

HSL color Cylindrical-coordinate representation of color #6BE4E1: hue angle of 178.51º 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 #6BE4E1 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB107228225-
CMYK0.5300.010.11
HSL178.51º69.14%65.69%-
HSV(B)178.51º53.07%89.41%-
XYZ47.464.0581.1-
YUV191.48146.9167.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072282250.5300.010.11178.5169.1465.69
Hex6BE4E13501Bb34542
Octal153344341650113263105102
Binary110101111100100111000011101010110111011001110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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